mu: 1.8.0 -> 1.8.1

https://github.com/djcb/mu/releases/tag/v1.8.1
This commit is contained in:
Charlotte Van Petegem 2022-06-26 11:20:40 +02:00
parent 5837cc7d69
commit c5bfe11d11
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.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = "v${version}";
sha256 = "rb8R04eU/rG7PXx/horYk0+/3AgbxYYZtxy4ACILOZ8=";
sha256 = "dFYITyO9znocf9fv3eh2h83NM3RDYcpDV/uxOISChZo=";
};
postPatch = ''