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
4
5
5
stdenv.mkDerivation rec {
6
6
pname = "sbt-extras";
7
7
-
rev = "4db8d5c27413f69297adfffac57485d88d73c60e";
8
8
-
version = "2020-12-26";
7
7
+
rev = "562e2f74295f9c3ba2b3c8a87f6665b171dcdf47";
8
8
+
version = "2021-02-01";
9
9
10
10
src = fetchFromGitHub {
11
11
owner = "paulp";
12
12
repo = "sbt-extras";
13
13
inherit rev;
14
14
-
sha256 = "B8abzdohkw3aPhbENJ2vxZFLWhIpf0HF/uv+WJbVRYg=";
14
14
+
sha256 = "1787ghqc62wnhkhc6x2ly63bvkmprgifw497npx2l08d3s4q7kbk";
15
15
};
16
16
17
17
dontBuild = true;
···
25
25
26
26
install bin/sbt $out/bin
27
27
28
28
-
wrapProgram $out/bin/sbt --prefix PATH : ${
29
29
-
lib.makeBinPath [ which curl ]
30
30
-
}
28
28
+
wrapProgram $out/bin/sbt --prefix PATH : ${lib.makeBinPath [ which curl ]}
31
29
'';
32
30
33
31
passthru = {