mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
sync
This commit is contained in:
@@ -5,8 +5,8 @@ let
|
||||
srcs = {
|
||||
x86_64-linux = fetchurl {
|
||||
url =
|
||||
"https://github.com/rupor-github/wsl-ssh-agent/releases/download/v1.5.2/wsl-ssh-agent.zip";
|
||||
sha256 = "sha256-OeZ2Wmg2SEcHwm8zclYTgLHmGUktyRv46+7Deq7o89c=";
|
||||
"https://github.com/rupor-github/wsl-ssh-agent/releases/download/v1.6.3/wsl-ssh-agent.zip";
|
||||
sha256 = "sha256-A1ykYteoNZi6QACkYHSxa1hY55GfqgClIFZFX2GuLMU=";
|
||||
};
|
||||
|
||||
# aarch64-linux = fetchurl {
|
||||
@@ -34,7 +34,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp $src $out/bin/npiperelay.exe
|
||||
cp npiperelay.exe $out/bin/npiperelay.exe
|
||||
chmod +x $out/bin/npiperelay.exe
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user