mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
Merge pull request #282459 from aaronjheng/starlark
starlark: unstable-2023-11-01 -> 0-unstable-2023-11-21
This commit is contained in:
commit
65cb9494ba
@ -1,13 +1,13 @@
|
||||
{ lib, fetchFromGitHub, buildGoModule }:
|
||||
buildGoModule rec {
|
||||
pname = "starlark";
|
||||
version = "unstable-2023-11-01";
|
||||
version = "0-unstable-2023-11-21";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "google";
|
||||
repo = "starlark-go";
|
||||
rev = "556fd59b42f68a2fb1f84957741b72811c714e51";
|
||||
hash = "sha256-0IiEtZOQEvE2Qm//lI1eyFFL1q/ZQzO9JzmiGsk0HkQ=";
|
||||
rev = "90ade8b19d09805d1b91a9687198869add6dfaa1";
|
||||
hash = "sha256-ZNOPx7L21A4BR5WshMMAHGm6j1ukWC9waJ1lYLvxBw0=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-jQE5fSqJeiDV7PW7BY/dzCxG6b/KEVIobcjJsaL2zMw=";
|
||||
@ -19,5 +19,6 @@ buildGoModule rec {
|
||||
description = "An interpreter for Starlark, implemented in Go";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ aaronjheng ];
|
||||
mainProgram = "starlark";
|
||||
};
|
||||
}
|
@ -18046,8 +18046,6 @@ with pkgs;
|
||||
|
||||
ssm-session-manager-plugin = callPackage ../applications/networking/cluster/ssm-session-manager-plugin { };
|
||||
|
||||
starlark = callPackage ../development/interpreters/starlark { };
|
||||
|
||||
starlark-rust = callPackage ../development/interpreters/starlark-rust { };
|
||||
|
||||
supercollider = libsForQt5.callPackage ../development/interpreters/supercollider {
|
||||
|
Loading…
Reference in New Issue
Block a user