Merge pull request #126923 from fishi0x01/bump-vsh

vsh: 0.11.0 -> 0.12.0
This commit is contained in:
Sandro 2021-06-15 12:50:36 +02:00 committed by GitHub
commit 6335ee6b49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "vsh";
version = "0.11.0";
version = "0.12.0";
src = fetchFromGitHub {
owner = "fishi0x01";
repo = "vsh";
rev = "v${version}";
sha256 = "0dhn2aqd52fgasy4j3ar67fzwzcxfi1vl09kni8jwcna8rjgg3fj";
sha256 = "059zzsg94287sxlk5clz6in7jscqaq530c84xqgy537f6cq3vr2p";
};
# vendor directory is part of repository