Unverified Commit b2646e2b authored by Karl Fischer's avatar Karl Fischer Committed by GitHub
Browse files

vsh: 0.12.2 -> 0.13.0 (#311016)

parent 581aee47
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "vsh";
  version = "0.12.2";
  version = "0.13.0";

  src = fetchFromGitHub {
    owner = "fishi0x01";
    repo = "vsh";
    rev = "v${version}";
    sha256 = "13qa9r7kij6aqhackzmsn38vyhmajgmhflnrd9rarfhhyg6ldv4z";
    sha256 = "083rqca4gx9lmzkc9rl453zqmspbpn0h2vajkrjjcwk96km7064f";
  };

  # vendor directory is part of repository