mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
strategoxt.java-front: fix version to match tarball
This commit is contained in:
parent
567b74b5d3
commit
d078f07f4c
@ -59,7 +59,7 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
javafront = stdenv.mkDerivation (rec {
|
javafront = stdenv.mkDerivation (rec {
|
||||||
name = "java-front-0.9.1";
|
name = "java-front-0.9.1pre20122";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://hydra.nixos.org/build/766286/download/1/java-front-0.9.1pre20122.tar.gz";
|
url = "http://hydra.nixos.org/build/766286/download/1/java-front-0.9.1pre20122.tar.gz";
|
||||||
|
Loading…
Reference in New Issue
Block a user