Merge pull request #220194 from figsoda/process-viewer

authored by

figsoda and committed by
GitHub
aca5f3bf 64e901e9

+3 -3
+3 -3
pkgs/applications/misc/process-viewer/default.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "process-viewer"; 12 - version = "0.5.6"; 13 14 src = fetchCrate { 15 inherit pname version; 16 - sha256 = "sha256-ELASfcXNhUCE/mhPKBHA78liFMbcT9RB/aoLt4ZRPa0="; 17 }; 18 19 - cargoSha256 = "sha256-K2kyZwKRALh9ImPngijgpoHyLS+c5sDYviN74JxhJLM="; 20 21 nativeBuildInputs = [ pkg-config ]; 22
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "process-viewer"; 12 + version = "0.5.8"; 13 14 src = fetchCrate { 15 inherit pname version; 16 + sha256 = "sha256-mEmtLCtHlrCurjKKJ3vEtEkLBik4LwuUED5UeQ1QLws="; 17 }; 18 19 + cargoSha256 = "sha256-lgVByl+mpCDbhwlC1Eiw9ZkHIDYJsOR06Ds790pXOMc="; 20 21 nativeBuildInputs = [ pkg-config ]; 22