about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-12 13:37:15 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-12 13:37:15 +0000
commitc3efd3b8239bb98cc554b26e84ac2b1b87059a8e (patch)
tree94e87f796ec0de791d3e46f40eec54509e173f29 /pkgs/applications/video
parent17a5c56edb84a79db79679071b10cc8b7fe8388f (diff)
pipe-viewer: 0.5.0 -> 0.5.1
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/pipe-viewer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/pipe-viewer/default.nix b/pkgs/applications/video/pipe-viewer/default.nix
index 3f7f89a7b30cd..854e4c6ba4bc3 100644
--- a/pkgs/applications/video/pipe-viewer/default.nix
+++ b/pkgs/applications/video/pipe-viewer/default.nix
@@ -38,13 +38,13 @@ let
 in
 buildPerlModule rec {
   pname = "pipe-viewer";
-  version = "0.5.0";
+  version = "0.5.1";
 
   src = fetchFromGitHub {
     owner = "trizen";
     repo = "pipe-viewer";
     rev = version;
-    hash = "sha256-tNIAGvv3dCPd7MA27yd2AHMSgs+1D2uiJJTQgTsEVNU=";
+    hash = "sha256-GTmva1pDG1g2wZoS3ABYxhWdbARdlcS0rxGjkdJL7js=";
   };
 
   nativeBuildInputs = [ makeWrapper ]