This commit is contained in:
2023-02-21 11:15:00 -05:00
parent 65a5d96765
commit 772c423e2f

View File

@@ -1,9 +1,9 @@
{ lib, stdenv, fetchzip }:
# , gzip, gnutar
{ lib, stdenv, fetchurl, gzip, gnutar }:
let
version = "1.6.3";
srcs = {
x86_64-linux = fetchzip {
x86_64-linux = fetchurl {
url =
"https://github.com/rupor-github/wsl-ssh-agent/releases/download/v1.6.3/wsl-ssh-agent.zip";
sha256 = "sha256-A1ykYteoNZi6QACkYHSxa1hY55GfqgClIFZFX2GuLMU=";