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

uutils-procps: 0.0.1-unstable-2026-03-04 -> 0.0.1-unstable-2026-03-13 (#500197)

parents 72fe226d afea3257
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-04";
  version = "0.0.1-unstable-2026-03-13";

  src = fetchFromGitHub {
    owner = "uutils";
    repo = "procps";
    rev = "367fa3cfc7106dfbc54e279a7be614c2e99dd4b5";
    hash = "sha256-pJUWnzROl7WpaXcenYsnJRiQURJji0aEHsh9dG8+7ic=";
    rev = "e74801e5d9769bc07b66825d1bcc78b526aa7e61";
    hash = "sha256-8LbGiE0l/oVDfWkPZJvAcIUmoEwIQgjoMLQn2pygrRA=";
  };

  cargoHash = "sha256-13vb8RlOd78igEj1NXnwrQ11CnUBwfQaNzxh6KUQozM=";
  cargoHash = "sha256-e49VmVtE/9weQcac8nxGRnpQ0ii44nfDZAug+IscTx8=";

  cargoBuildFlags = [ "--workspace" ];