mu: 1.10.3 -> 1.10.4

https://github.com/djcb/mu/releases/tag/v1.10.4
This commit is contained in:
Charlotte Van Petegem
2023-06-23 10:21:15 +02:00
parent c024c712c6
commit de1467e7b6
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "mu";
version = "1.10.3";
version = "1.10.4";
src = fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = "v${version}";
hash = "sha256-AqIPdKdNKLnAHIlqgs8zzm7j+iwNvDFWslvp8RjQPnI=";
hash = "sha256-vwStqrw/fPYUpBhBsLX0MPXtBtP5LwU0AYmUbP+Ywgo=";
};
postPatch = ''