uid_wrapper: 1.3.1 -> 1.3.2

This commit is contained in:
R. Ryantm
2025-07-25 12:43:56 +00:00
parent f2b808eb48
commit c312fda7f4
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "uid_wrapper";
version = "1.3.1";
version = "1.3.2";
src = fetchurl {
url = "mirror://samba/cwrap/uid_wrapper-${version}.tar.gz";
sha256 = "sha256-9mB9hketooqW+rg8Sa1y/IPrbTiZHKJ7JJWzWP8Pbew=";
sha256 = "sha256-rkvzuPCnSPRwUxplBDazkYLIIX7pJpqcfpJcZDgKm9o=";
};
nativeBuildInputs = [