gnu-shepherd: 0.9.3 -> 1.0.0 (#363881)

This commit is contained in:
Noa Aarts
2024-12-12 19:33:00 +01:00
committed by GitHub
parent 5a3a591bd3
commit 824916ecc7
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "gnu-shepherd";
version = "0.9.3";
version = "1.0.0";
src = fetchurl {
url = "mirror://gnu/shepherd/shepherd-${version}.tar.gz";
sha256 = "0qy2yq13xhf05an5ilz7grighdxicx56211yaarqq5qigiiybc32";
hash = "sha256-6OavM7AnkMwKVIDXWaQhGobRQdBzrNPJNGtM8BDtnnw=";
};
configureFlags = [ "--localstatedir=/" ];