Merge pull request #260317 from r-ryantm/auto-update/limesctl

limesctl: 3.2.1 -> 3.3.0

authored by

Weijia Wang and committed by
GitHub
f4fef2ac 6e8da9c0

+2 -2
+2 -2
pkgs/applications/misc/limesctl/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "limesctl"; 5 - version = "3.2.1"; 5 + version = "3.3.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "sapcc"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-TR3cFIGU5hmZuzlYUJX+84vb8gmErSIZizK9J5Ieagk="; 11 + hash = "sha256-zR0+tTPRdmv04t3V0KDA/hG5ZJMT2RYI3+2dkmZHdhk="; 12 12 }; 13 13 14 14 vendorHash = null;