tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
pony-stable: 0.0.1 -> 0.1.1
Kamil Chmielewski
8 years ago
65362406
cfafd6f5
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
ponyc
pony-stable.nix
+2
-2
pkgs/development/compilers/ponyc/pony-stable.nix
···
2
3
stdenv.mkDerivation rec {
4
name = "pony-stable-${version}";
5
-
version = "0.0.1";
6
7
src = fetchFromGitHub {
8
owner = "ponylang";
9
repo = "pony-stable";
10
rev = version;
11
-
sha256 = "0q05135mnzzdwam7cnmxq34clqhmc83yp2gi63sx20c74rcw3p6v";
12
};
13
14
buildInputs = [ ponyc ];
···
2
3
stdenv.mkDerivation rec {
4
name = "pony-stable-${version}";
5
+
version = "0.1.1";
6
7
src = fetchFromGitHub {
8
owner = "ponylang";
9
repo = "pony-stable";
10
rev = version;
11
+
sha256 = "0v4039iijjv93m89s3dsikcbp1y0hml6g1agj44s6w2g4m8kiiw3";
12
};
13
14
buildInputs = [ ponyc ];