Merge pull request #179028 from r-ryantm/auto-update/corral

pony-corral: 0.5.7 -> 0.6.0
This commit is contained in:
Bobby Rong 2022-06-30 19:42:52 +08:00 committed by GitHub
commit db32ac6f9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation ( rec {
pname = "corral";
version = "0.5.7";
version = "0.6.0";
src = fetchFromGitHub {
owner = "ponylang";
repo = pname;
rev = version;
sha256 = "sha256-OLA09C/6s2PyzreBvqFfzsoRDXiRMbdf3Jgnmawr7k4=";
sha256 = "sha256-8hSs1pllAips27Lut1GbSn3E9lbp4BT1L2AlkyDd46o=";
};
buildInputs = [ ponyc ];