Skip to content

Commit

Permalink
wakapi: 2.12.2 -> 2.12.3 (#366936)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Dec 21, 2024
2 parents c5663d0 + 5cdedde commit 8dacc3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/wa/wakapi/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
fetchFromGitHub,
}:
let
version = "2.12.2";
version = "2.12.3";
in
buildGoModule {
pname = "wakapi";
Expand All @@ -13,8 +13,8 @@ buildGoModule {
src = fetchFromGitHub {
owner = "muety";
repo = "wakapi";
rev = "refs/tags/${version}";
hash = "sha256-6wlFgIof4uzQ3phd7paHZ6Sezp0Dfj8qFzsudFKfNdU=";
tag = version;
hash = "sha256-kgzxeU5hM9fSidyJEmdTr26/w5OaBk1VdjSztmOgMYs=";
};

vendorHash = "sha256-q5o88fwc1S14ZwGyDS9aFtJMfPZ4pmMjffmeXODhajg=";
Expand Down

0 comments on commit 8dacc3a

Please sign in to comment.