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

gtk-pipe-viewer: 0.4.9 -> 0.5.0
This commit is contained in:
Weijia Wang 2024-03-17 20:49:12 +01:00 committed by GitHub
commit 86f407183c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,13 +38,13 @@ let
in
buildPerlModule rec {
pname = "pipe-viewer";
version = "0.4.9";
version = "0.5.0";
src = fetchFromGitHub {
owner = "trizen";
repo = "pipe-viewer";
rev = version;
hash = "sha256-7l8exCC9robe1hKnQAaIVfnn8L+FuwTOkxaxlwJmpe0=";
hash = "sha256-tNIAGvv3dCPd7MA27yd2AHMSgs+1D2uiJJTQgTsEVNU=";
};
nativeBuildInputs = [ makeWrapper ]