Loading pkgs/development/compilers/ponyc/pony-corral.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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"; Loading @@ -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"; Loading Loading
pkgs/development/compilers/ponyc/pony-corral.nix +4 −1 Original line number Diff line number Diff line Loading @@ -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"; Loading @@ -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"; Loading