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

gtk-pipe-viewer: 0.1.4 -> 0.3.0
This commit is contained in:
Jonas Heinrich 2022-09-11 17:20:01 +02:00 committed by GitHub
commit faae4a4041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,13 +38,13 @@ let
in in
buildPerlModule rec { buildPerlModule rec {
pname = "pipe-viewer"; pname = "pipe-viewer";
version = "0.1.4"; version = "0.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "trizen"; owner = "trizen";
repo = "pipe-viewer"; repo = "pipe-viewer";
rev = version; rev = version;
hash = "sha256-kDlZ3Cl8zvN/naGExh2yVW5yHwc1O04x4s22lNkbCzU="; hash = "sha256-2Kzo7NYxARPFuOijwf2a3WQxnNumtKRiRhMhjrWA4GY=";
}; };
nativeBuildInputs = [ makeWrapper ] nativeBuildInputs = [ makeWrapper ]