Merge pull request #259328 from r-ryantm/auto-update/wakapi

wakapi: 2.8.1 -> 2.8.2
This commit is contained in:
Mario Rodas
2023-10-06 08:09:45 -05:00
committed by GitHub
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "wakapi";
version = "2.8.1";
version = "2.8.2";
src = fetchFromGitHub {
owner = "muety";
repo = pname;
rev = version;
sha256 = "sha256-5EUXhKv4cLDaHr6Q2mel3YbVPAYRJd1JtHyWn7kQy8Y=";
sha256 = "sha256-r6CTWBsaaYzQE9pe3rj/BQudloKGlkf310r39Y0kYuM=";
};
vendorHash = "sha256-rwQeIHJAtnRm5nPQCvgoBabVeyLZyrY3yglCW9+NGwM=";
vendorHash = "sha256-uVdjMgQ1zWFKNwTKIHd7O47oekE9tLBh8LgFgI1SATM=";
# Not a go module required by the project, contains development utilities
excludedPackages = [ "scripts" ];