Merge pull request #100965 from r-ryantm/auto-update/helmsman

helmsman: 3.4.4 -> 3.4.6
This commit is contained in:
Frederik Rietdijk 2020-10-25 09:50:32 +01:00 committed by GitHub
commit cb6357d2b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "helmsman";
version = "3.4.4";
version = "3.4.6";
src = fetchFromGitHub {
owner = "Praqma";
repo = "helmsman";
rev = "v${version}";
sha256 = "01vjghak2szif0p82kall5jw7mbfh4fg7fcjkblmic7l0vlqhfac";
sha256 = "018bkl6q6q8njv9qy87affs0g6c716vmhcqv2czv8qz454hn7i5h";
};
vendorSha256 = "05vnysr5r3hbayss1pyifgp989kjw81h95iack8ady62k6ys5njl";