xpipe: 23.6 -> 23.7

This commit is contained in:
R. Ryantm
2026-07-15 23:22:18 +00:00
parent a84be33b3b
commit bd8a8d1101

View File

@@ -39,7 +39,7 @@ let
hash =
{
x86_64-linux = "sha256-soypc4tPi9UexNqObZtKWvGgFA/4lPyv5ID3VEbjDDo=";
x86_64-linux = "sha256-gsZgP8wFl1eWFCYT9F6EBHynY24qFFaFVKIQiRzuWto=";
}
.${system} or throwSystem;
@@ -48,7 +48,7 @@ let
in
stdenvNoCC.mkDerivation rec {
pname = "xpipe";
version = "23.6";
version = "23.7";
src = fetchzip {
url = "https://github.com/xpipe-io/xpipe/releases/download/${version}/xpipe-portable-linux-${arch}.tar.gz";