netmaker-full: 0.17.1 -> 0.18.5

This commit is contained in:
R. Ryantm 2023-04-09 23:54:12 +00:00
parent 02c3ec8b38
commit 87865f3c8d

View file

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "netmaker";
version = "0.17.1";
version = "0.18.5";
src = fetchFromGitHub {
owner = "gravitl";
repo = pname;
rev = "v${version}";
hash = "sha256-8uxPPhy1/FqPGouqzUxY2lGnO/giqH9bJbAqQ9rZI0g=";
hash = "sha256-IUicsTgw6i6a9glgbUtt2sEPHIj/qQFJ3xnCJm9igdk=";
};
vendorHash = "sha256-4LaGwwDu3pKd6I6r/F3isCi9CuFqPGvc5SdVTV34qOI=";
vendorHash = "sha256-E4LjfKovOoXIru0PMEidOCpEYMNf1wSDP4lWiqRigI4=";
inherit subPackages;