tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
vcsh: 2.0.2 -> 2.0.4
R. Ryantm
4 years ago
26e48252
22a500a3
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
version-management
vcsh
default.nix
+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 = [