Skip to content

Commit 549d5f5

Browse files
kamilchmglobin
authored andcommittedJul 30, 2017
ponyc: 0.15.0 -> 0.16.1
pony-stable: unstable-2017-04-20 -> unstable-2017-07-26 ponylang/ponyc#2101
1 parent 1e04930 commit 549d5f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎pkgs/development/compilers/ponyc/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
stdenv.mkDerivation ( rec {
55
name = "ponyc-${version}";
6-
version = "0.15.0";
6+
version = "0.16.1";
77

88
src = fetchFromGitHub {
99
owner = "ponylang";
1010
repo = "ponyc";
1111
rev = version;
12-
sha256 = "02hmn066jswaij2ib0faabm2i9cqz562z6s0vakgwnxyrk4qayif";
12+
sha256 = "175yivc5vjwfdcqcpkdqmdfy72pn4k62n4j3qagfbwya7frq2car";
1313
};
1414

1515
buildInputs = [ llvm makeWrapper which ];

‎pkgs/development/compilers/ponyc/pony-stable.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{stdenv, fetchFromGitHub, ponyc }:
22

33
stdenv.mkDerivation {
4-
name = "pony-stable-unstable-2017-04-20";
4+
name = "pony-stable-unstable-2017-07-26";
55

66
src = fetchFromGitHub {
77
owner = "ponylang";
88
repo = "pony-stable";
9-
rev = "b2ea566b02ec40480f888652b04eaa5f191a241e";
10-
sha256 = "1bixkxccsrnyip3yp42r14rbhk832pvzwbkh6ash4ip2isxa6b19";
9+
rev = "4016f9253a4e3114ee69100d3d02154ffd3fd7e4";
10+
sha256 = "0xz5syjn2f8k31vny49k3jm8zisa15ly4hbcb3rh4jvq8jjp1ldr";
1111
};
1212

1313
buildInputs = [ ponyc ];

0 commit comments

Comments
 (0)
Please sign in to comment.