mu: 1.10.4 -> 1.10.5

https://github.com/djcb/mu/releases/tag/v1.10.5
This commit is contained in:
Charlotte Van Petegem 2023-07-10 10:16:30 +02:00
parent f7ba622838
commit bd489764b0
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.4";
version = "1.10.5";
src = fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = "v${version}";
hash = "sha256-vwStqrw/fPYUpBhBsLX0MPXtBtP5LwU0AYmUbP+Ywgo=";
hash = "sha256-ha3ckyRNzWF52unY6Pw2M6qeUdC68SGHFvzJ8Jbk2fY=";
};
postPatch = ''