File tree 2 files changed +5
-5
lines changed
pkgs/development/compilers/ponyc
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
stdenv . mkDerivation ( rec {
5
5
name = "ponyc-${ version } " ;
6
- version = "0.15.0 " ;
6
+ version = "0.16.1 " ;
7
7
8
8
src = fetchFromGitHub {
9
9
owner = "ponylang" ;
10
10
repo = "ponyc" ;
11
11
rev = version ;
12
- sha256 = "02hmn066jswaij2ib0faabm2i9cqz562z6s0vakgwnxyrk4qayif " ;
12
+ sha256 = "175yivc5vjwfdcqcpkdqmdfy72pn4k62n4j3qagfbwya7frq2car " ;
13
13
} ;
14
14
15
15
buildInputs = [ llvm makeWrapper which ] ;
Original file line number Diff line number Diff line change 1
1
{ stdenv , fetchFromGitHub , ponyc } :
2
2
3
3
stdenv . mkDerivation {
4
- name = "pony-stable-unstable-2017-04-20 " ;
4
+ name = "pony-stable-unstable-2017-07-26 " ;
5
5
6
6
src = fetchFromGitHub {
7
7
owner = "ponylang" ;
8
8
repo = "pony-stable" ;
9
- rev = "b2ea566b02ec40480f888652b04eaa5f191a241e " ;
10
- sha256 = "1bixkxccsrnyip3yp42r14rbhk832pvzwbkh6ash4ip2isxa6b19 " ;
9
+ rev = "4016f9253a4e3114ee69100d3d02154ffd3fd7e4 " ;
10
+ sha256 = "0xz5syjn2f8k31vny49k3jm8zisa15ly4hbcb3rh4jvq8jjp1ldr " ;
11
11
} ;
12
12
13
13
buildInputs = [ ponyc ] ;
You can’t perform that action at this time.
0 commit comments