wakapi: 1.14.1 -> 1.15.0

This commit is contained in:
Max Koon
2025-09-05 16:33:21 -04:00
parent 44db9c3ace
commit 6febf91f11
+5 -5
View File
@@ -1,14 +1,14 @@
{
lib,
buildGoModule,
buildGoLatestModule,
fetchFromGitHub,
nixosTests,
nix-update-script,
}:
let
version = "2.14.1";
version = "2.15.0";
in
buildGoModule {
buildGoLatestModule {
pname = "wakapi";
inherit version;
@@ -16,10 +16,10 @@ buildGoModule {
owner = "muety";
repo = "wakapi";
tag = version;
hash = "sha256-ujHrb9yXUbUYB0JGftrdTfEeFakgwGJ7EH6e1KnyrnI=";
hash = "sha256-tRLZV8vZEvPq5hsUhj5h3AtSGvYXm1SXc+w3CRZFIRU=";
};
vendorHash = "sha256-eaaU8vqTpgtSSfaaFDg4Bo06lTjvqLkVuidkq25tjb4=";
vendorHash = "sha256-912x6LwitYXdjWpP75Xoc56JXadeLQZuESSyLoaJcU0=";
# Not a go module required by the project, contains development utilities
excludedPackages = [ "scripts" ];