starlark: unstable-2023-03-02 -> unstable-2023-11-01
Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
This commit is contained in:
parent
b09f87fb0d
commit
39f28a872e
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
{ lib, fetchFromGitHub, buildGoModule }:
|
{ lib, fetchFromGitHub, buildGoModule }:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "starlark";
|
pname = "starlark";
|
||||||
version = "unstable-2023-03-02";
|
version = "unstable-2023-11-01";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "starlark-go";
|
repo = "starlark-go";
|
||||||
rev = "4b1e35fe22541876eb7aa2d666416d865d905028";
|
rev = "556fd59b42f68a2fb1f84957741b72811c714e51";
|
||||||
hash = "sha256-TqR8V9cypTXaXlKrAUpP2qE5gJ9ZanaRRs/LmVt/XEo=";
|
hash = "sha256-0IiEtZOQEvE2Qm//lI1eyFFL1q/ZQzO9JzmiGsk0HkQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-mMxRw2VucXwKGQ7f7HM0GiQUExxN38qYZDdmEyxtXDA=";
|
vendorHash = "sha256-jQE5fSqJeiDV7PW7BY/dzCxG6b/KEVIobcjJsaL2zMw=";
|
||||||
|
|
||||||
ldflags = [ "-s" "-w" ];
|
ldflags = [ "-s" "-w" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue