yanic: 1.6.2 -> 1.7.1 (#405883)

Co-authored-by: herbetom <github@herbetom.de>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-11 08:10:25 +00:00
committed by GitHub
co-authored by herbetom
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "yanic";
version = "1.6.2";
version = "1.7.1";
src = fetchFromGitHub {
owner = "FreifunkBremen";
repo = "yanic";
rev = "v${version}";
hash = "sha256-z2vr1QmRCo8y4hopWP14xSV7lsWKkCzK9OehlVLFdIg=";
hash = "sha256-uqmojpwGFs6inhmKIztYlGFvUS8AjQIYTHSkZcGyEUo=";
};
vendorHash = "sha256-6UiiajKLzW5e7y0F6GMYDZP6xTyOiccLIKlwvOY7LRo=";
vendorHash = "sha256-UYrQwOyWlKxDH5hHKAZCxQbO+eA6JsPuG0SbkWMF/HQ=";
ldflags = [
"-X github.com/FreifunkBremen/yanic/cmd.VERSION=${version}"