pony-corral: unstable -> 0.7.0

This commit is contained in:
happysalada 2023-05-21 10:12:02 -04:00 committed by Yt
parent d98364dcbb
commit 9589368900

View file

@ -2,11 +2,12 @@
, stdenv
, fetchFromGitHub
, ponyc
, nix-update-script
}:
stdenv.mkDerivation ( rec {
pname = "corral";
version = "unstable-2023-02-11";
version = "0.7.0";
src = fetchFromGitHub {
owner = "ponylang";
@ -19,6 +20,8 @@ stdenv.mkDerivation ( rec {
installFlags = [ "prefix=${placeholder "out"}" "install" ];
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Corral is a dependency management tool for ponylang (ponyc)";
homepage = "https://www.ponylang.io";