From 95893689008e11846dbbf159d07cb8e155611218 Mon Sep 17 00:00:00 2001 From: happysalada Date: Sun, 21 May 2023 10:12:02 -0400 Subject: pony-corral: unstable -> 0.7.0 --- pkgs/development/compilers/ponyc/pony-corral.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/compilers/ponyc/pony-corral.nix b/pkgs/development/compilers/ponyc/pony-corral.nix index db2473f29144a..ce785e5d140dc 100644 --- a/pkgs/development/compilers/ponyc/pony-corral.nix +++ b/pkgs/development/compilers/ponyc/pony-corral.nix @@ -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"; -- cgit 1.4.1