Unverified Commit 6febf91f authored by Max Koon's avatar Max Koon
Browse files

wakapi: 1.14.1 -> 1.15.0

parent 44db9c3a
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
{
  lib,
  buildGoModule,
  buildGoLatestModule,
  fetchFromGitHub,
  nixosTests,
  nix-update-script,
}:
let
  version = "2.14.1";
  version = "2.15.0";
in
buildGoModule {
buildGoLatestModule {
  pname = "wakapi";
  inherit version;

@@ -16,10 +16,10 @@ buildGoModule {
    owner = "muety";
    repo = "wakapi";
    tag = version;
    hash = "sha256-ujHrb9yXUbUYB0JGftrdTfEeFakgwGJ7EH6e1KnyrnI=";
    hash = "sha256-tRLZV8vZEvPq5hsUhj5h3AtSGvYXm1SXc+w3CRZFIRU=";
  };

  vendorHash = "sha256-eaaU8vqTpgtSSfaaFDg4Bo06lTjvqLkVuidkq25tjb4=";
  vendorHash = "sha256-912x6LwitYXdjWpP75Xoc56JXadeLQZuESSyLoaJcU0=";

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