wakapi: 2.17.4 -> 2.17.5

Diff: https://github.com/muety/wakapi/compare/2.17.4...2.17.5

Changelog: https://github.com/muety/wakapi/releases/tag/2.17.5
(cherry picked from commit bb16c4d7a8)
This commit is contained in:
isabel
2026-07-17 19:59:10 +01:00
committed by github-actions[bot]
parent 42adcc3924
commit 7b0c6bd48c

View File

@@ -6,7 +6,7 @@
nix-update-script,
}:
let
version = "2.17.4";
version = "2.17.5";
in
buildGoLatestModule {
pname = "wakapi";
@@ -16,10 +16,10 @@ buildGoLatestModule {
owner = "muety";
repo = "wakapi";
tag = version;
hash = "sha256-pcKHDZH8CvRpKPaLyWPsHx7/U50xEq8JzbnEQG/9uYI=";
hash = "sha256-CQliu0fPg1k28sL6lhgoXh1GEVM3dBXl6rN0yvHpA2U=";
};
vendorHash = "sha256-bXIbHSclJ61D3u1+nXEIRhzw611uosnnXWqT9boDMP0=";
vendorHash = "sha256-kA+XeHU7XalQ2xnUfaZcvRAwHDF1hSPUGNXQ7e9y31M=";
# Not a go module required by the project, contains development utilities
excludedPackages = [ "scripts" ];