Unverified Commit fb8a0c30 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #291836 from r-ryantm/auto-update/vcsh

vcsh: 2.0.7 -> 2.0.8
parents 84d53ff8 43e4a33d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenv.mkDerivation rec {
  pname = "vcsh";
  version = "2.0.7";
  version = "2.0.8";

  src = fetchurl {
    url = "https://github.com/RichiH/vcsh/releases/download/v${version}/${pname}-${version}.tar.xz";
    sha256 = "sha256-Rx5yBCDRqFNyhP0Pfoo2upn7t4Yh5hxTgNKmMtaY/08=";
    sha256 = "sha256-VgRA3v5PIKwizmXoc8f/YMoMCDGFJK/m2uhq3EsT1xQ=";
  };

  nativeBuildInputs = [