Merge pull request #334023 from r-ryantm/auto-update/gtk-pipe-viewer

gtk-pipe-viewer: 0.5.1 -> 0.5.2
This commit is contained in:
Pol Dellaiera 2024-08-12 08:24:28 +02:00 committed by GitHub
commit 74647b4a20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,13 +37,13 @@ let
in
buildPerlModule rec {
pname = "pipe-viewer";
version = "0.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "trizen";
repo = "pipe-viewer";
rev = version;
hash = "sha256-GTmva1pDG1g2wZoS3ABYxhWdbARdlcS0rxGjkdJL7js=";
hash = "sha256-TCcAQjz0B3eWILMAoqHCnMLvu8zD0W5wOFg+UaMPmXg=";
};
nativeBuildInputs = [ makeWrapper ]