Merge pull request #42459 from r-ryantm/auto-update/pony-stable

pony-stable: 0.1.3 -> 0.1.4
This commit is contained in:
Matthew Bauer 2018-06-28 22:07:05 -04:00 committed by GitHub
commit 632512dcba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];