about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-28 07:46:08 +0100
committerGitHub <noreply@github.com>2024-01-28 07:46:08 +0100
commit8d550a0f02e5638244988472610f5a7ca56d55f1 (patch)
tree069417bda12455d6573f11945af75cda64b4cd59 /pkgs/applications/video
parenta6bc061ec5ecdf2a5b97050d66f4aeddd950ff9b (diff)
parentab297f4e293046bc17d67135e8f5c361312de54f (diff)
Merge pull request #279292 from r-ryantm/auto-update/gtk-pipe-viewer
gtk-pipe-viewer: 0.4.8 -> 0.4.9
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 adf5fcb504873..536b904fd8588 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.4.8";
+  version = "0.4.9";
 
   src = fetchFromGitHub {
     owner = "trizen";
     repo = "pipe-viewer";
     rev = version;
-    hash = "sha256-bFbriqpy+Jjwv/s4PZmLdL3hFtM8gfIn+yJjk3fCsnQ=";
+    hash = "sha256-7l8exCC9robe1hKnQAaIVfnn8L+FuwTOkxaxlwJmpe0=";
   };
 
   nativeBuildInputs = [ makeWrapper ]