uutils-acl: 0.0.1-unstable-2026-05-01 -> 0.0.1-unstable-2026-05-12

This commit is contained in:
R. Ryantm
2026-05-14 10:10:38 +00:00
parent 62b115397a
commit 2f8ff5b258
+4 -4
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "uutils-acl";
version = "0.0.1-unstable-2026-05-01";
version = "0.0.1-unstable-2026-05-12";
src = fetchFromGitHub {
owner = "uutils";
repo = "acl";
rev = "8983e202030dae1751f6e647742b4d5febf940bd";
hash = "sha256-YdPg2TzFrApMy1XMZTaZikcNzDGEDsLFZb3lHEtbwgw=";
rev = "a661fe211a2b6c1881e15bfabe0bd94488445302";
hash = "sha256-ixXevx72Sg7ExaID8pwUMzc4ujkFSy3qT73dLfJ62IU=";
};
cargoHash = "sha256-22Fz+PKjDlikHDv7rWIat8hCj/uS5V9XRkCxuuIBtVk=";
cargoHash = "sha256-tz6gCpqlVjdJwzjHdL82V7cUm8Fz/WYCYCAVc16C1SA=";
cargoBuildFlags = [ "--workspace" ];