summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-23 13:11:44 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-23 13:11:44 -0700
commit771de50389e9d6fee1cb6b2f02b5570fefee017c (patch)
tree969e5db7ea2d8d54f62abb3b2032a11377a30ed9
parent904114fdb85df99e5e9472c9f6fd6432dc4f9d74 (diff)
downloadnixlib-771de50389e9d6fee1cb6b2f02b5570fefee017c.tar
nixlib-771de50389e9d6fee1cb6b2f02b5570fefee017c.tar.gz
nixlib-771de50389e9d6fee1cb6b2f02b5570fefee017c.tar.bz2
nixlib-771de50389e9d6fee1cb6b2f02b5570fefee017c.tar.lz
nixlib-771de50389e9d6fee1cb6b2f02b5570fefee017c.tar.xz
nixlib-771de50389e9d6fee1cb6b2f02b5570fefee017c.tar.zst
nixlib-771de50389e9d6fee1cb6b2f02b5570fefee017c.zip
pony-stable: 0.1.3 -> 0.1.4
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/pony-stable/versions.

These checks were done:

- built on NixOS
- /nix/store/lb8ipik1qmjzhjnj04iv92as8k763cpd-pony-stable-0.1.4/bin/stable passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.1.4 with grep in /nix/store/lb8ipik1qmjzhjnj04iv92as8k763cpd-pony-stable-0.1.4
- directory tree listing: https://gist.github.com/3550bd75a6690902598b047ba7dba1a9
- du listing: https://gist.github.com/3f202ed132af36d390ed59ab7da008a6
-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 6a0965360f68..f27147d9743a 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.3";
+  version = "0.1.4";
 
   src = fetchFromGitHub {
     owner = "ponylang";
     repo = "pony-stable";
     rev = version;
-    sha256 = "0dnj9d35fa0iaka2lsc7cvn9d2qbasknn1c3gbxdyc9drf9vv6kf";
+    sha256 = "18ncxdk37r9sp2wnrgqj29nvqljqq9m154pkdv8b6b5k9knpradx";
   };
 
   buildInputs = [ ponyc ];