Unverified Commit 87e070de authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

xpipe: 21.6 -> 22.0 (#503819)

parents ca19b872 078cce06
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ let

  hash =
    {
      x86_64-linux = "sha256-ehuEEoU+RZpYXjvdcF3Mx9oF+Q4ltPxZn7fG24jRVHQ=";
      x86_64-linux = "sha256-mHKQKGhqJ80JHWxixC7IbEHMsLMP7ETcGswOonwCo1U=";
    }
    .${system} or throwSystem;

@@ -48,7 +48,7 @@ let
in
stdenvNoCC.mkDerivation rec {
  pname = "xpipe";
  version = "21.6";
  version = "22.0";

  src = fetchzip {
    url = "https://github.com/xpipe-io/xpipe/releases/download/${version}/xpipe-portable-linux-${arch}.tar.gz";