uutils-procps: 0.0.1-unstable-2026-04-16 -> 0.0.1-unstable-2026-05-01

This commit is contained in:
R. Ryantm
2026-05-05 15:05:55 +00:00
parent cadd3b008c
commit ae0b80dbf4
+4 -4
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "uutils-procps";
version = "0.0.1-unstable-2026-04-16";
version = "0.0.1-unstable-2026-05-01";
src = fetchFromGitHub {
owner = "uutils";
repo = "procps";
rev = "0ef16701f37b6ad3e7b1bbe8398aae29f3844de0";
hash = "sha256-WR8z2dTee4tn3xQA6/2C+E3e0z36kI7hk8Q3Hr4+BAQ=";
rev = "b6f3b2e84bb1f57a7ff22001fb3e72dd5a9f190a";
hash = "sha256-AWwvyuqUJuTulLxMGTAmlMIDEmBDiPrFaWFYs2e1lP4=";
};
cargoHash = "sha256-EkRPd0QCTaV090QdLnCCt2BnwPuPEFjnlkcDQtF99c4=";
cargoHash = "sha256-BSL+ZZfYJikPRe5aJJuqbBHUW24m8JOar0mKTfJ/G5g=";
cargoBuildFlags = [ "--workspace" ];