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

pony-corral: 0.4.0 -> 0.4.1
This commit is contained in:
Sandro 2021-03-21 21:18:17 +01:00 committed by GitHub
commit 53f66b0837
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.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "ponylang";
repo = pname;
rev = version;
sha256 = "0kydx4psl6k4n46as9xc5xwbwapibm6g7haxds7y9d392807qfqk";
sha256 = "sha256-YJZ1jGMOeZKGZaTrWO2mtR94F0voC2DXaghi0LytF7I=";
};
buildInputs = [ ponyc ];