pony-corral: 0.5.0 -> 0.5.1 (#127695)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Redvers Davies 2021-06-22 04:06:55 -04:00 committed by GitHub
parent 00ead2addd
commit bdb83d6589
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.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "ponylang";
repo = pname;
rev = version;
sha256 = "sha256-mQ/SxnppChZ+6PKVo5VM+QiNn94F4qJT1kQSrwXTa7k=";
sha256 = "1g4dkf5hsnykn3x6yx6ycjzmzzr1nwl59lj13j7zyka1ibv53hwf";
};
buildInputs = [ ponyc ];