Merge pull request #114569 from fishi0x01/bump-vsh

vsh: 0.10.0 -> 0.11.0
This commit is contained in:
Sandro 2021-02-28 00:17:09 +01:00 committed by GitHub
commit 3d78834149
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.10.0";
version = "0.11.0";
src = fetchFromGitHub {
owner = "fishi0x01";
repo = "vsh";
rev = "v${version}";
sha256 = "16q0pkmdzhq0bqy4lnnlxrc29gszca6vwajj2bg6sylcvi94x80d";
sha256 = "0dhn2aqd52fgasy4j3ar67fzwzcxfi1vl09kni8jwcna8rjgg3fj";
};
# vendor directory is part of repository