Skip to content

Commit

Permalink
gtk-pipe-viewer: 0.5.3 -> 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 22, 2025
1 parent eca7c9b commit 3c32e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/pipe-viewer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ let
in
buildPerlModule rec {
pname = "pipe-viewer";
version = "0.5.3";
version = "0.5.4";

src = fetchFromGitHub {
owner = "trizen";
repo = "pipe-viewer";
rev = version;
hash = "sha256-crYdbHIDcecfq1FKoRWX3u9x9wqdlaYrBgr7mGdEHeU=";
hash = "sha256-xChwX6lfwLH1Rv9rnd+ONKJFQTnoPv1aX9fIv7AUDBU=";
};

nativeBuildInputs = [ makeWrapper ] ++ lib.optionals withGtk3 [ wrapGAppsHook3 ];
Expand Down

0 comments on commit 3c32e26

Please sign in to comment.