procs: 0.14.10 -> 0.14.11

This commit is contained in:
R. Ryantm
2026-02-27 05:01:05 +00:00
parent 209a1492a1
commit 0f09adb7ed
+3 -3
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "procs";
version = "0.14.10";
version = "0.14.11";
src = fetchFromGitHub {
owner = "dalance";
repo = "procs";
rev = "v${finalAttrs.version}";
hash = "sha256-+qY0BG3XNCm5vm5W6VX4a0JWCb4JSat/oK9GLXRis/M=";
hash = "sha256-BAWsONWDqYJfEnUwYBEhY2hJcna+komUKEaHyNYUr3w=";
};
cargoHash = "sha256-/y+9EA3PhyI5iqg2wM0ny41nBDJiKnsjvbmPfCe5RJk=";
cargoHash = "sha256-VfeQDlmUriZe9ze5L3C0yFoKiyjlZpcesHccO7T15i8=";
nativeBuildInputs = [
installShellFiles