summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-06-14 10:51:11 +0100
committerGitHub <noreply@github.com>2018-06-14 10:51:11 +0100
commit970a10e10b897180a2edccaabf6c02e7fe4c65c1 (patch)
tree38aa97d8b89b242c691d312ec94c7416506ee2c5 /pkgs
parent25f97f901fe87d268b0d812d051589c0fd7bcc16 (diff)
parent96e2be5084738b1daa3425bc20c630deee16d289 (diff)
downloadnixlib-970a10e10b897180a2edccaabf6c02e7fe4c65c1.tar
nixlib-970a10e10b897180a2edccaabf6c02e7fe4c65c1.tar.gz
nixlib-970a10e10b897180a2edccaabf6c02e7fe4c65c1.tar.bz2
nixlib-970a10e10b897180a2edccaabf6c02e7fe4c65c1.tar.lz
nixlib-970a10e10b897180a2edccaabf6c02e7fe4c65c1.tar.xz
nixlib-970a10e10b897180a2edccaabf6c02e7fe4c65c1.tar.zst
nixlib-970a10e10b897180a2edccaabf6c02e7fe4c65c1.zip
Merge pull request #41972 from r-ryantm/auto-update/pony-stable
pony-stable: 0.1.2 -> 0.1.3
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 ce4d44774f69..6a0965360f68 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.1.2";
+  version = "0.1.3";
 
   src = fetchFromGitHub {
     owner = "ponylang";
     repo = "pony-stable";
     rev = version;
-    sha256 = "1g0508r66qjx857cb1cycq98b0gw7s1zn1l7bplyj1psk8mqh7kz";
+    sha256 = "0dnj9d35fa0iaka2lsc7cvn9d2qbasknn1c3gbxdyc9drf9vv6kf";
   };
 
   buildInputs = [ ponyc ];