about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-03-10 10:59:56 -0500
committerGitHub <noreply@github.com>2023-03-10 10:59:56 -0500
commitaca5f3bfa1e2d03ea8702facaca6f55b14442e2d (patch)
treed9d8e0dc3ad475d5e069e36db3117f3e78e4b52a /pkgs
parent64e901e935bece7a0de493bd9eb23ac4e0028c0d (diff)
parentf7882319e35a97aa6e5baf618b7b1ed6257876f9 (diff)
Merge pull request #220194 from figsoda/process-viewer
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/process-viewer/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/process-viewer/default.nix b/pkgs/applications/misc/process-viewer/default.nix
index 528fe1aec0c85..f453009e0c811 100644
--- a/pkgs/applications/misc/process-viewer/default.nix
+++ b/pkgs/applications/misc/process-viewer/default.nix
@@ -9,14 +9,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "process-viewer";
-  version = "0.5.6";
+  version = "0.5.8";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-ELASfcXNhUCE/mhPKBHA78liFMbcT9RB/aoLt4ZRPa0=";
+    sha256 = "sha256-mEmtLCtHlrCurjKKJ3vEtEkLBik4LwuUED5UeQ1QLws=";
   };
 
-  cargoSha256 = "sha256-K2kyZwKRALh9ImPngijgpoHyLS+c5sDYviN74JxhJLM=";
+  cargoSha256 = "sha256-lgVByl+mpCDbhwlC1Eiw9ZkHIDYJsOR06Ds790pXOMc=";
 
   nativeBuildInputs = [ pkg-config ];