This commit is contained in:
2023-02-21 13:22:56 -05:00
parent 598841d8b1
commit 39902c5ea5

View File

@@ -5,8 +5,8 @@ let
srcs = { srcs = {
x86_64-linux = fetchurl { x86_64-linux = fetchurl {
url = url =
"https://github.com/rupor-github/wsl-ssh-agent/releases/download/v1.5.2/wsl-ssh-agent.zip"; "https://github.com/rupor-github/wsl-ssh-agent/releases/download/v1.6.3/wsl-ssh-agent.zip";
sha256 = "sha256-OeZ2Wmg2SEcHwm8zclYTgLHmGUktyRv46+7Deq7o89c="; sha256 = "sha256-A1ykYteoNZi6QACkYHSxa1hY55GfqgClIFZFX2GuLMU=";
}; };
# aarch64-linux = fetchurl { # aarch64-linux = fetchurl {
@@ -34,7 +34,7 @@ in stdenv.mkDerivation rec {
installPhase = '' installPhase = ''
mkdir -p $out/bin mkdir -p $out/bin
cp $src $out/bin/npiperelay.exe cp npiperelay.exe $out/bin/npiperelay.exe
chmod +x $out/bin/npiperelay.exe chmod +x $out/bin/npiperelay.exe
''; '';