Merge pull request #304949 from r-ryantm/auto-update/netmaker

netmaker: 0.23.0 -> 0.24.0
This commit is contained in:
Matthias Beyer 2024-04-25 10:48:30 +02:00 committed by GitHub
commit 6aca4ac004
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "netmaker";
version = "0.23.0";
version = "0.24.0";
src = fetchFromGitHub {
owner = "gravitl";
repo = pname;
rev = "v${version}";
hash = "sha256-M2DY+C0g8G+DjicMeT3Ojn4GzG7vaE1OHKSy7O6T1Kk=";
hash = "sha256-eY0L8dgFTZmkwSXYKCOOnNbFgxTydNoVHEoZBS3oMwM=";
};
vendorHash = "sha256-SUu0OvHCmlssH9HbAaMbiG0gF/ezxgf1n0HBiB/2PTs=";
vendorHash = "sha256-RRSkdDo6N8742YjzORGOTCzqH7WcSraJger8XOryqio=";
inherit subPackages;