wakapi: 2.12.1 -> 2.12.2

This commit is contained in:
isabel 2024-11-04 22:37:14 +00:00
parent 5d608d235a
commit 3c1f559d4f
No known key found for this signature in database
GPG Key ID: 3E7C7A1B5DEDBB03

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
}:
let
version = "2.12.1";
version = "2.12.2";
in
buildGoModule {
pname = "wakapi";
@ -14,10 +14,10 @@ buildGoModule {
owner = "muety";
repo = "wakapi";
rev = "refs/tags/${version}";
hash = "sha256-+JxTszBa6rURm0vPy8Oke5/hX9EmDphWEp2eglS+SFU=";
hash = "sha256-6wlFgIof4uzQ3phd7paHZ6Sezp0Dfj8qFzsudFKfNdU=";
};
vendorHash = "sha256-Q56Ud0MtkstB/dhn+QyAHTzIqHsmKvHEK+5PAt5lIMM=";
vendorHash = "sha256-q5o88fwc1S14ZwGyDS9aFtJMfPZ4pmMjffmeXODhajg=";
# Not a go module required by the project, contains development utilities
excludedPackages = [ "scripts" ];