wsl2-ssh-agent: 0.9.6 -> 0.9.7 (#467027)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-02 08:00:54 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "wsl2-ssh-agent";
version = "0.9.6";
version = "0.9.7";
src = fetchFromGitHub {
owner = "mame";
repo = "wsl2-ssh-agent";
tag = "v${version}";
hash = "sha256-oFlp6EIh32tuqBuLlSjURpl85bzw1HymJplXoGJAM8k=";
hash = "sha256-7hibPeYoBxhdf+nQy/xUtR4piMP3vddGSNfQwleOgyk=";
};
vendorHash = "sha256-YnqpP+JkbdkCtmuhqHnKqRfKogl+tGdCG11uIbyHtlI=";