Merge pull request #272888 from r-ryantm/auto-update/wakapi
wakapi: 2.9.2 -> 2.10.0
This commit is contained in:
commit
2d7e0c226e
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "wakapi";
|
pname = "wakapi";
|
||||||
version = "2.9.2";
|
version = "2.10.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "muety";
|
owner = "muety";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-BRIcStqRzwoFG9HkWBpfumeCzbrSI0Hg//a0iDQtNw8=";
|
sha256 = "sha256-CyMzhEKaTiLODjXbHqkqEJNeCsssCjmdVOzg3vXVjJY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-SqkE4vTT+QoLhKrQcGa2L5WmD+fCX7vli4FjgwLnqjg=";
|
vendorHash = "sha256-+FYeaIQXHZyrik/9OICl2zk+OA8X9bry7JCQbdf9QGs=";
|
||||||
|
|
||||||
# Not a go module required by the project, contains development utilities
|
# Not a go module required by the project, contains development utilities
|
||||||
excludedPackages = [ "scripts" ];
|
excludedPackages = [ "scripts" ];
|
||||||
|
|
Loading…
Reference in a new issue