Commit 4120bb72 authored by R. RyanTM's avatar R. RyanTM
Browse files

xpipe: 22.5 -> 22.9

parent 7be92c53
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ let

  hash =
    {
      x86_64-linux = "sha256-gyNZ+DyULv3TPD5YvHo8RvB/pjRtLHOsDNcD8bt/RbY=";
      x86_64-linux = "sha256-dKYGepfjgqcYflVABXGp2heI8XY1rIyMJi04aTld4ss=";
    }
    .${system} or throwSystem;

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

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