uutils-procps: 0.0.1-unstable-2026-05-30 -> 0.0.1-unstable-2026-07-03 (#529830)

This commit is contained in:
Sandro 2026-07-06 21:50:27 +00:00 committed by GitHub
commit 5af76ad890
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "uutils-procps"; pname = "uutils-procps";
version = "0.0.1-unstable-2026-05-30"; version = "0.0.1-unstable-2026-07-03";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "uutils"; owner = "uutils";
repo = "procps"; repo = "procps";
rev = "67cdcd74b855dfa324c3270fa2f05dae2681a64c"; rev = "84ad4732d48373cbdd09722afc06bb58b76e0855";
hash = "sha256-gURJ37fugUnv+EXRAlhJIZ0xwzWeY/2X9ScxJALPOGU="; hash = "sha256-l47J/6M+15uzR/Vh3zHbnsSL5ZgrayqXDzHyjLQbIC8=";
}; };
cargoHash = "sha256-mtaOME1eRpQy2IaSh+ari4CwmsKbuPy2v2s5CdauQpo="; cargoHash = "sha256-GMKu/iTB8oWLMwmNdlGzf7WZsTg7TOdz+GacTB4kK80=";
cargoBuildFlags = [ "--workspace" ]; cargoBuildFlags = [ "--workspace" ];