Merge pull request #171085 from redvers/ponyc-0.50.0

ponyc: 0.49.0 -> 0.50.0
This commit is contained in:
Mario Rodas 2022-05-01 04:56:07 -05:00 committed by GitHub
commit 322da3ec00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation (rec {
pname = "ponyc";
version = "0.49.0";
version = "0.50.0";
src = fetchFromGitHub {
owner = "ponylang";
repo = pname;
rev = version;
sha256 = "sha256-WS3/POC+2vdx6bA8314sjkdWCIWGu9lJG4kbKMWfnX8=";
sha256 = "sha256-FnzlFTiJrqoUfnys+q9is6OH9yit5ExDiRszQ679QbY=";
fetchSubmodules = true;
};