summary refs log tree commit diff
path: root/pkgs/development/compilers/ponyc
diff options
context:
space:
mode:
authorKamil Chmielewski <kamil.chm@gmail.com>2017-11-07 20:20:39 +0100
committerKamil Chmielewski <kamil.chm@gmail.com>2017-11-07 20:21:55 +0100
commit653624061ccaa4820853d73e5b27245b3fcba1a5 (patch)
treeb5a0e93d570d1f73c396c5148670c218d8db90d0 /pkgs/development/compilers/ponyc
parentcfafd6f5a819472911eaf2650b50a62f0c143e3e (diff)
downloadnixlib-653624061ccaa4820853d73e5b27245b3fcba1a5.tar
nixlib-653624061ccaa4820853d73e5b27245b3fcba1a5.tar.gz
nixlib-653624061ccaa4820853d73e5b27245b3fcba1a5.tar.bz2
nixlib-653624061ccaa4820853d73e5b27245b3fcba1a5.tar.lz
nixlib-653624061ccaa4820853d73e5b27245b3fcba1a5.tar.xz
nixlib-653624061ccaa4820853d73e5b27245b3fcba1a5.tar.zst
nixlib-653624061ccaa4820853d73e5b27245b3fcba1a5.zip
pony-stable: 0.0.1 -> 0.1.1
Diffstat (limited to 'pkgs/development/compilers/ponyc')
-rw-r--r--pkgs/development/compilers/ponyc/pony-stable.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/ponyc/pony-stable.nix b/pkgs/development/compilers/ponyc/pony-stable.nix
index 21488361f4a9..0e382efd7079 100644
--- a/pkgs/development/compilers/ponyc/pony-stable.nix
+++ b/pkgs/development/compilers/ponyc/pony-stable.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "pony-stable-${version}";
-  version = "0.0.1";
+  version = "0.1.1";
 
   src = fetchFromGitHub {
     owner = "ponylang";
     repo = "pony-stable";
     rev = version;
-    sha256 = "0q05135mnzzdwam7cnmxq34clqhmc83yp2gi63sx20c74rcw3p6v";
+    sha256 = "0v4039iijjv93m89s3dsikcbp1y0hml6g1agj44s6w2g4m8kiiw3";
   };
 
   buildInputs = [ ponyc ];