We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90789b0 commit cdfff87Copy full SHA for cdfff87
pkgs/tools/admin/procs/default.nix
@@ -2,16 +2,16 @@
2
3
rustPlatform.buildRustPackage rec {
4
pname = "procs";
5
- version = "0.14.8";
+ version = "0.14.9";
6
7
src = fetchFromGitHub {
8
owner = "dalance";
9
repo = "procs";
10
rev = "v${version}";
11
- hash = "sha256-ShkFUJqjBeaZm0pD1WrUNmHpGP75KnkeBveCFs8UFqE=";
+ hash = "sha256-lm9bGu2AIVulVBcMzEpxxek5g6ajQmBENHeHV210g0k=";
12
};
13
14
- cargoHash = "sha256-KGeK6fKuVe78Q2k/gx3GNieTit0LxzGJQX5htas3QW0=";
+ cargoHash = "sha256-zruW6Cf7zspqv8LadCIXZ0iQdlQ7CVfWhkxLwDA+IFc=";
15
16
nativeBuildInputs = [ installShellFiles ]
17
++ lib.optionals stdenv.hostPlatform.isDarwin [ rustPlatform.bindgenHook ];
0 commit comments