nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

xpipe: 17.3 -> 17.4

R. Ryantm a9129030 e2000273

+2 -2
+2 -2
pkgs/by-name/xp/xpipe/package.nix
··· 39 39 40 40 hash = 41 41 { 42 - x86_64-linux = "sha256-LMScG1cbcvMuMcb+R5lFU3eXsVWJ5ApMBtFi69OjyRs="; 42 + x86_64-linux = "sha256-r6vrE3rdFFYIQDCxLn/K/IEQZMWi6ic7Hsa3jGQnlhU="; 43 43 } 44 44 .${system} or throwSystem; 45 45 ··· 48 48 in 49 49 stdenvNoCC.mkDerivation rec { 50 50 pname = "xpipe"; 51 - version = "17.3"; 51 + version = "17.4"; 52 52 53 53 src = fetchzip { 54 54 url = "https://github.com/xpipe-io/xpipe/releases/download/${version}/xpipe-portable-linux-${arch}.tar.gz";