Merge pull request #242611 from chvp/upd/mu

mu: 1.10.4 -> 1.10.5
This commit is contained in:
figsoda 2023-07-10 09:37:41 -04:00 committed by GitHub
commit 0c351543ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mu"; pname = "mu";
version = "1.10.4"; version = "1.10.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "djcb"; owner = "djcb";
repo = "mu"; repo = "mu";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-vwStqrw/fPYUpBhBsLX0MPXtBtP5LwU0AYmUbP+Ywgo="; hash = "sha256-ha3ckyRNzWF52unY6Pw2M6qeUdC68SGHFvzJ8Jbk2fY=";
}; };
postPatch = '' postPatch = ''