vcsh: 2.0.2 -> 2.0.4

+2 -2
+2 -2
pkgs/applications/version-management/vcsh/default.nix
··· 8 9 stdenv.mkDerivation rec { 10 pname = "vcsh"; 11 - version = "2.0.2"; 12 13 src = fetchurl { 14 url = "https://github.com/RichiH/vcsh/releases/download/v${version}/${pname}-${version}.tar.xz"; 15 - sha256 = "0qdd4f6rm5rhnym9f114pcj9vafhjjpg962c4g420rn78fxhpz1z"; 16 }; 17 18 nativeBuildInputs = [
··· 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 = [