Merge pull request #200200 from alerque/vcsh-2.0.5

vcsh: 2.0.4 → 2.0.5
This commit is contained in:
Anderson Torres 2022-11-08 12:55:32 -03:00 committed by GitHub
commit d674db7e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "vcsh";
version = "2.0.4";
version = "2.0.5";
src = fetchurl {
url = "https://github.com/RichiH/vcsh/releases/download/v${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-W/Ql2J9HTDQPu0el34mHVzqe85KGWLPph2sHyuEzPPI=";
sha256 = "0bf3gacbyxw75ksd8y6528kgk7mqx6grz40gfiffxa2ghsz1xl01";
};
nativeBuildInputs = [