Commit 95893689 authored by happysalada's avatar happysalada Committed by Yt
Browse files

pony-corral: unstable -> 0.7.0

parent d98364dc
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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";