Unverified Commit 5cbe4bdc authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

wakapi: 2.12.1 -> 2.12.2 (#353725)

parents 02dadff6 3c1f559d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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" ];