uutils-procps: 0.0.1-unstable-2026-03-24 -> 0.0.1-unstable-2026-03-28 (#504331)
This commit is contained in:
@@ -10,16 +10,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "uutils-procps";
|
||||
version = "0.0.1-unstable-2026-03-24";
|
||||
version = "0.0.1-unstable-2026-03-28";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "uutils";
|
||||
repo = "procps";
|
||||
rev = "92f086d2f8b0c2c24311433e116fd7aa9f2357d5";
|
||||
hash = "sha256-ED7N+X2t7hZGkOyy4bZPqnOIQpBq49cUZy+n85ON1iQ=";
|
||||
rev = "5c471226274a402533c197ac129b4867389968c8";
|
||||
hash = "sha256-2X9r02Gda3Qq97PdztoXoBx9RZe67kCgBNMBNCadzjU=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-OlDo+zE0jtJdtl55Z00J/rxaevFnjSOBT3IO4YSp3GE=";
|
||||
cargoHash = "sha256-LpsBis5L4hKteI+KIBdCTcpAXIoOH0XE0DvtF2cY/nQ=";
|
||||
|
||||
cargoBuildFlags = [ "--workspace" ];
|
||||
|
||||
@@ -47,6 +47,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
"--skip=test_ps::test_real_user_selection"
|
||||
"--skip=test_pkill::test_inverse"
|
||||
"--skip=test_pgrep::test_pidfile"
|
||||
# pgrep: pattern that searches for process name longer than 15 characters will result in zero matches
|
||||
"--skip=test_pgrep::test_pool_workqueue_release"
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
|
||||
Reference in New Issue
Block a user