Skip to content

Commit

Permalink
mu: 1.12.7 -> 1.12.8 (#366051)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 18, 2024
2 parents d13af1f + 16a968e commit 63554bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/mu/mu/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

stdenv.mkDerivation rec {
pname = "mu";
version = "1.12.7";
version = "1.12.8";

outputs = [
"out"
Expand All @@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
owner = "djcb";
repo = "mu";
rev = "v${version}";
hash = "sha256-FhmxF+ID8w1aVRKQ3gg5aY/dYWiGlO0TC9SDak7uzGI=";
hash = "sha256-lc6GWGvWy/RjjY64vu8n8OtBUZjN6L8OQ/Q01eM34h4=";
};

postPatch = ''
Expand Down

0 comments on commit 63554bb

Please sign in to comment.