wakapi: 2.12.0 -> 2.12.1 (#348376)

This commit is contained in:
Nick Cao 2024-10-14 13:05:07 -04:00 committed by GitHub
commit 339ab0a679
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{
lib,
buildGo123Module,
buildGoModule,
fetchFromGitHub,
}:
let
version = "2.12.0";
version = "2.12.1";
in
buildGo123Module {
buildGoModule {
pname = "wakapi";
inherit version;
@ -14,7 +14,7 @@ buildGo123Module {
owner = "muety";
repo = "wakapi";
rev = "refs/tags/${version}";
hash = "sha256-/aacT/VLA5S4PeGcxEGaCpgAw++b3VFD7T0CldZWcQI=";
hash = "sha256-+JxTszBa6rURm0vPy8Oke5/hX9EmDphWEp2eglS+SFU=";
};
vendorHash = "sha256-Q56Ud0MtkstB/dhn+QyAHTzIqHsmKvHEK+5PAt5lIMM=";