geteduroam-cli: 0.4 -> 0.8 (#396456)

This commit is contained in:
Wolfgang Walther
2025-04-06 17:10:17 +00:00
committed by GitHub
+3 -3
View File
@@ -7,16 +7,16 @@
}:
buildGoModule rec {
pname = "geteduroam-cli";
version = "0.4";
version = "0.8";
src = fetchFromGitHub {
owner = "geteduroam";
repo = "linux-app";
tag = version;
hash = "sha256-9+IjrHg536/6ulj94CBhYWY0S3aNA7Ne4JQynMmsLxE=";
hash = "sha256-2iAvE38r3iwulBqW+rrbrpNVgQlDhhcVUsjZSOT5P1A=";
};
vendorHash = "sha256-9SNjOC59wcEkxJqBXsgYClHKGH7OFWk3t/wMPLANAy0=";
vendorHash = "sha256-b06wnqT88J7etNTFJ6nE9Uo0gOQOGvvs0vPNnJr6r4Q=";
subPackages = [
"cmd/geteduroam-cli"