uutils-procps: 0.0.1-unstable-2026-05-01 -> 0.0.1-unstable-2026-05-13 (#520066)

This commit is contained in:
Nick Cao
2026-05-14 19:19:27 +00:00
committed by GitHub
+4 -4
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "uutils-procps";
version = "0.0.1-unstable-2026-05-01";
version = "0.0.1-unstable-2026-05-13";
src = fetchFromGitHub {
owner = "uutils";
repo = "procps";
rev = "b6f3b2e84bb1f57a7ff22001fb3e72dd5a9f190a";
hash = "sha256-AWwvyuqUJuTulLxMGTAmlMIDEmBDiPrFaWFYs2e1lP4=";
rev = "c0b901770156504d1a2021794d5375b7f35a2112";
hash = "sha256-1aB/xFZaB9mvjYsHud0wajpdXKVKFLIFfeb9vpJebFQ=";
};
cargoHash = "sha256-BSL+ZZfYJikPRe5aJJuqbBHUW24m8JOar0mKTfJ/G5g=";
cargoHash = "sha256-fv7bgnbuhE2XKxb7ZKL2Vjt+mmrdqK6bSVKRBdTgoRE=";
cargoBuildFlags = [ "--workspace" ];