Unverified Commit 84b9b11a authored by isabel's avatar isabel Committed by GitHub
Browse files

wakapi: 2.14.0 -> 2.14.1 (#426574)

parents ada0db9a 79a2c810
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  nix-update-script,
}:
let
  version = "2.14.0";
  version = "2.14.1";
in
buildGoModule {
  pname = "wakapi";
@@ -16,10 +16,10 @@ buildGoModule {
    owner = "muety";
    repo = "wakapi";
    tag = version;
    hash = "sha256-7+T4jAZHgGFggTg3Teq0apQWIyJi3llEeLhO0igpcWY=";
    hash = "sha256-ujHrb9yXUbUYB0JGftrdTfEeFakgwGJ7EH6e1KnyrnI=";
  };

  vendorHash = "sha256-rjkFd31BS1ujD8K9s48Fm6Ok3Xbnm5uvlBTtYL0S4Gg=";
  vendorHash = "sha256-eaaU8vqTpgtSSfaaFDg4Bo06lTjvqLkVuidkq25tjb4=";

  # Not a go module required by the project, contains development utilities
  excludedPackages = [ "scripts" ];