Commit eb77f312 authored by isabel's avatar isabel Committed by Masum Reza
Browse files

wakapi: 2.12.3 -> 2.13.1

parent 72cda846
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchFromGitHub,
}:
let
  version = "2.12.3";
  version = "2.13.1";
in
buildGoModule {
  pname = "wakapi";
@@ -14,10 +14,10 @@ buildGoModule {
    owner = "muety";
    repo = "wakapi";
    tag = version;
    hash = "sha256-kgzxeU5hM9fSidyJEmdTr26/w5OaBk1VdjSztmOgMYs=";
    hash = "sha256-zasMqEvSqylJWKjS5TKYKmGJnGfCUEOq2UvsVUeizBw=";
  };

  vendorHash = "sha256-q5o88fwc1S14ZwGyDS9aFtJMfPZ4pmMjffmeXODhajg=";
  vendorHash = "sha256-b2FOdCXmSgFzdXLnxt/V7+cuESWXVXVRmT53DgLwZYI=";

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