Merge pull request #182843 from chvp/bump-mu

mu: 1.8.6 -> 1.8.7
This commit is contained in:
Winter 2022-07-25 17:52:17 -04:00 committed by GitHub
commit 3088e53a22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "mu";
version = "1.8.6";
version = "1.8.7";
src = fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = "v${version}";
sha256 = "u3MN7MrfHt/ylxDoNnfwnAOKdOAbVZwvIukje0EYgOo=";
sha256 = "/RGq/q0N623RR4HuAmyfFx1/OYZBrmK1ddhiT4bgy3k=";
};
postPatch = ''