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
No known key found for this signature in database
GPG Key ID: 019E764B7184435A

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 = ''