mu: 1.8.13 -> 1.8.14

This commit is contained in:
Charlotte Van Petegem 2023-01-29 11:37:41 +01:00
parent 0b06495d89
commit 987cce570a
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.8.13";
version = "1.8.14";
src = fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = "v${version}";
hash = "sha256-uXrJOBF3X8UF1ktTfAoYgzc0QBLvyzzGQVJVfs8tjng=";
hash = "sha256-m6if0Br9WRPR8POwOM0Iwido3UR/V0BlkuaLcWsf/c0=";
};
postPatch = ''