Unverified Commit f2a23a85 authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

gtk-pipe-viewer: 0.5.3 -> 0.5.4 (#375702)

parents 4f0aa1ce 3c32e26f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];