Merge pull request #200200 from alerque/vcsh-2.0.5

vcsh: 2.0.4 → 2.0.5

authored by Anderson Torres and committed by GitHub d674db7e 2c5abd89

+2 -2
+2 -2
pkgs/applications/version-management/vcsh/default.nix
··· 8 9 stdenv.mkDerivation rec { 10 pname = "vcsh"; 11 - version = "2.0.4"; 12 13 src = fetchurl { 14 url = "https://github.com/RichiH/vcsh/releases/download/v${version}/${pname}-${version}.tar.xz"; 15 - sha256 = "sha256-W/Ql2J9HTDQPu0el34mHVzqe85KGWLPph2sHyuEzPPI="; 16 }; 17 18 nativeBuildInputs = [
··· 8 9 stdenv.mkDerivation rec { 10 pname = "vcsh"; 11 + version = "2.0.5"; 12 13 src = fetchurl { 14 url = "https://github.com/RichiH/vcsh/releases/download/v${version}/${pname}-${version}.tar.xz"; 15 + sha256 = "0bf3gacbyxw75ksd8y6528kgk7mqx6grz40gfiffxa2ghsz1xl01"; 16 }; 17 18 nativeBuildInputs = [