tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sbt-extras: 2020-12-26 → 2021-02-01
Tim Steinbach
5 years ago
fab6fcdc
c63f0ffe
+4
-6
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
build-managers
sbt-extras
default.nix
+4
-6
pkgs/development/tools/build-managers/sbt-extras/default.nix
···
4
5
stdenv.mkDerivation rec {
6
pname = "sbt-extras";
7
-
rev = "4db8d5c27413f69297adfffac57485d88d73c60e";
8
-
version = "2020-12-26";
9
10
src = fetchFromGitHub {
11
owner = "paulp";
12
repo = "sbt-extras";
13
inherit rev;
14
-
sha256 = "B8abzdohkw3aPhbENJ2vxZFLWhIpf0HF/uv+WJbVRYg=";
15
};
16
17
dontBuild = true;
···
25
26
install bin/sbt $out/bin
27
28
-
wrapProgram $out/bin/sbt --prefix PATH : ${
29
-
lib.makeBinPath [ which curl ]
30
-
}
31
'';
32
33
passthru = {
···
4
5
stdenv.mkDerivation rec {
6
pname = "sbt-extras";
7
+
rev = "562e2f74295f9c3ba2b3c8a87f6665b171dcdf47";
8
+
version = "2021-02-01";
9
10
src = fetchFromGitHub {
11
owner = "paulp";
12
repo = "sbt-extras";
13
inherit rev;
14
+
sha256 = "1787ghqc62wnhkhc6x2ly63bvkmprgifw497npx2l08d3s4q7kbk";
15
};
16
17
dontBuild = true;
···
25
26
install bin/sbt $out/bin
27
28
+
wrapProgram $out/bin/sbt --prefix PATH : ${lib.makeBinPath [ which curl ]}
0
0
29
'';
30
31
passthru = {