summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-11-07 20:34:02 +0000
committerGitHub <noreply@github.com>2017-11-07 20:34:02 +0000
commit67b4e7a4c0e3bfb8dda036abd99e16d64a6e4b07 (patch)
treec6f3adae90f2dfa0f7526981f4f3134f6d4b7fe4 /pkgs
parent0364cf6620ef356198307d2048e35def1bc1af9c (diff)
parent653624061ccaa4820853d73e5b27245b3fcba1a5 (diff)
downloadnixlib-67b4e7a4c0e3bfb8dda036abd99e16d64a6e4b07.tar
nixlib-67b4e7a4c0e3bfb8dda036abd99e16d64a6e4b07.tar.gz
nixlib-67b4e7a4c0e3bfb8dda036abd99e16d64a6e4b07.tar.bz2
nixlib-67b4e7a4c0e3bfb8dda036abd99e16d64a6e4b07.tar.lz
nixlib-67b4e7a4c0e3bfb8dda036abd99e16d64a6e4b07.tar.xz
nixlib-67b4e7a4c0e3bfb8dda036abd99e16d64a6e4b07.tar.zst
nixlib-67b4e7a4c0e3bfb8dda036abd99e16d64a6e4b07.zip
Merge pull request #31373 from kamilchm/pony-stable
pony-stable: 0.0.1 -> 0.1.1
Diffstat (limited to 'pkgs')
-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 ];