Skip to content

Commit

Permalink
mu: 1.8.9 -> 1.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp authored and peterhoeg committed Sep 16, 2022
1 parent d852c68 commit 8de22ce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/tools/networking/mu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
pname = "mu";
version = "1.8.9";
version = "1.8.10";

src = fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = "v${version}";
hash = "sha256-AqbTYcPwV9iNar34pESbz9Vp/88hhB+/VxcLIhLZ16o=";
hash = "sha256-hwroSuxn9zVjQBz8r2y93o42zzVkHWAZaEKKEVgSb5s=";
};

postPatch = ''
Expand All @@ -40,8 +40,6 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ pkg-config meson ninja ];

enableParallelBuilding = true;

doCheck = true;

meta = with lib; {
Expand Down

0 comments on commit 8de22ce

Please sign in to comment.