fakeroot: 1.36 -> 1.37.1.2 (#391553)

This commit is contained in:
Peder Bergebakken Sundt 2025-06-08 23:36:12 +02:00 committed by GitHub
commit 6c520dbf3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "1.36";
version = "1.37.1.2";
pname = "fakeroot";
src = fetchFromGitLab {
@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
repo = "fakeroot";
rev = "upstream/${finalAttrs.version}";
domain = "salsa.debian.org";
hash = "sha256-QNScrkX2Vffsj/I5EJO8qs5AHQ9b5s6nHLHQKUdRzLE=";
hash = "sha256-2ihdvYRnv2wpZrEikP4hCdshY8Eqarqnw3s9HPb+xKU=";
};
patches = lib.optionals stdenv.hostPlatform.isLinux [