Merge pull request #110947 from fishi0x01/bump-vsh

vsh: 0.7.2 -> 0.8.0
This commit is contained in:
Sandro 2021-01-28 00:07:39 +01:00 committed by GitHub
commit eaa0f371b4
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.7.2";
version = "0.8.0";
src = fetchFromGitHub {
owner = "fishi0x01";
repo = "vsh";
rev = "v${version}";
sha256 = "0k9bbfzqhijzimng8plk2xx9h37h7d2wj8g3plvvs3wrf7pmwxs7";
sha256 = "0s4i4x8kd9s2igdshgsbs6n3k670h7r6g1mn1pzlj0kpmggnhfik";
};
# vendor dir is already part of repository