pony-stable: unstable-2017-07-26 -> 0.0.1
This commit is contained in:
parent
2fca91cbb2
commit
9ca7f38ce9
@ -1,13 +1,14 @@
|
|||||||
{stdenv, fetchFromGitHub, ponyc }:
|
{stdenv, fetchFromGitHub, ponyc }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "pony-stable-unstable-2017-07-26";
|
name = "pony-stable-${version}";
|
||||||
|
version = "0.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ponylang";
|
owner = "ponylang";
|
||||||
repo = "pony-stable";
|
repo = "pony-stable";
|
||||||
rev = "4016f9253a4e3114ee69100d3d02154ffd3fd7e4";
|
rev = version;
|
||||||
sha256 = "0xz5syjn2f8k31vny49k3jm8zisa15ly4hbcb3rh4jvq8jjp1ldr";
|
sha256 = "0q05135mnzzdwam7cnmxq34clqhmc83yp2gi63sx20c74rcw3p6v";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ponyc ];
|
buildInputs = [ ponyc ];
|
||||||
@ -20,7 +21,7 @@ stdenv.mkDerivation {
|
|||||||
description = "A simple dependency manager for the Pony language.";
|
description = "A simple dependency manager for the Pony language.";
|
||||||
homepage = http://www.ponylang.org;
|
homepage = http://www.ponylang.org;
|
||||||
license = stdenv.lib.licenses.bsd2;
|
license = stdenv.lib.licenses.bsd2;
|
||||||
maintainers = [ stdenv.lib.maintainers.dipinhora ];
|
maintainers = with stdenv.lib.maintainers; [ dipinhora kamilchm ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user