Unverified Commit b401f8dd authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

uutils-procps: 0.0.1-unstable-2026-03-13 -> 0.0.1-unstable-2026-03-24 (#502998)

parents a7d58774 5837a6a0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "uutils-procps";
  version = "0.0.1-unstable-2026-03-13";
  version = "0.0.1-unstable-2026-03-24";

  src = fetchFromGitHub {
    owner = "uutils";
    repo = "procps";
    rev = "e74801e5d9769bc07b66825d1bcc78b526aa7e61";
    hash = "sha256-8LbGiE0l/oVDfWkPZJvAcIUmoEwIQgjoMLQn2pygrRA=";
    rev = "92f086d2f8b0c2c24311433e116fd7aa9f2357d5";
    hash = "sha256-ED7N+X2t7hZGkOyy4bZPqnOIQpBq49cUZy+n85ON1iQ=";
  };

  cargoHash = "sha256-e49VmVtE/9weQcac8nxGRnpQ0ii44nfDZAug+IscTx8=";
  cargoHash = "sha256-OlDo+zE0jtJdtl55Z00J/rxaevFnjSOBT3IO4YSp3GE=";

  cargoBuildFlags = [ "--workspace" ];