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

pipe-viewer: 0.5.0 -> 0.5.1
This commit is contained in:
Pol Dellaiera
2024-05-12 23:03:54 +02:00
committed by GitHub
@@ -38,13 +38,13 @@ let
in
buildPerlModule rec {
pname = "pipe-viewer";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "trizen";
repo = "pipe-viewer";
rev = version;
hash = "sha256-tNIAGvv3dCPd7MA27yd2AHMSgs+1D2uiJJTQgTsEVNU=";
hash = "sha256-GTmva1pDG1g2wZoS3ABYxhWdbARdlcS0rxGjkdJL7js=";
};
nativeBuildInputs = [ makeWrapper ]