yanic: 1.7.1 -> 1.7.2 (#413771)

Co-authored-by: herbetom <github@herbetom.de>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-04 11:57:14 +00:00 committed by GitHub
commit aa91162a92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "yanic";
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "FreifunkBremen";
repo = "yanic";
rev = "v${version}";
hash = "sha256-uqmojpwGFs6inhmKIztYlGFvUS8AjQIYTHSkZcGyEUo=";
hash = "sha256-tKFveknZitkVFaLTZzT01SJZq1IPQfXQa7UJewjXjwU=";
};
vendorHash = "sha256-UYrQwOyWlKxDH5hHKAZCxQbO+eA6JsPuG0SbkWMF/HQ=";