Unverified Commit f2a36c0e authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

Merge pull request #323387 from r-ryantm/auto-update/xpipe

xpipe: 9.4.1 -> 10.0
parents 4974faa5 5110e399
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,14 +33,14 @@ let
  }.${system} or throwSystem;

  hash = {
    x86_64-linux = "sha256-nZg0Ha457zrBgYpKIHgGkDxTVQSRthQCCxtT2xWtAlQ=";
    x86_64-linux = "sha256-yShTvGcmWwa5bhZP0QYgDtOvTAdnWsFTBnHB309ya/s=";
  }.${system} or throwSystem;

  displayname = "XPipe";

in stdenvNoCC.mkDerivation rec {
  pname = "xpipe";
  version = "9.4.1";
  version = "10.0";

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