mu: 1.10.5 -> 1.10.6

https://github.com/djcb/mu/releases/tag/v1.10.6
This commit is contained in:
Charlotte Van Petegem
2023-08-07 10:28:12 +02:00
parent aa255c2790
commit 14f80be7a1
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "mu";
version = "1.10.5";
version = "1.10.6";
src = fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = "v${version}";
hash = "sha256-ha3ckyRNzWF52unY6Pw2M6qeUdC68SGHFvzJ8Jbk2fY=";
hash = "sha256-AGHPczGh4z0bla034FGSTmaRgMIfBNYFBUPevJ9LHqI=";
};
postPatch = ''