forked from mirrors/nixpkgs
starlark: unstable-2023-01-12 -> unstable-2023-03-02
This commit is contained in:
parent
7026085169
commit
7ec3f49e55
|
@ -1,16 +1,16 @@
|
||||||
{ stdenv, lib, fetchFromGitHub, buildGoModule, fetchpatch }:
|
{ lib, fetchFromGitHub, buildGoModule }:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "starlark";
|
pname = "starlark";
|
||||||
version = "unstable-2023-01-12";
|
version = "unstable-2023-03-02";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "starlark-go";
|
repo = "starlark-go";
|
||||||
rev = "fae38c8a6d89dc410be86b76dfff475b29dba878";
|
rev = "4b1e35fe22541876eb7aa2d666416d865d905028";
|
||||||
hash = "sha256-7J2bYA84asWvwSOYEr+K9ZuR2ytR9XhGaSEJKxHimYI=";
|
hash = "sha256-TqR8V9cypTXaXlKrAUpP2qE5gJ9ZanaRRs/LmVt/XEo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-AvZh7IqRRAAOG10rLodHLNSuTIQHXPTJkRXsAhZGNe0=";
|
vendorHash = "sha256-mMxRw2VucXwKGQ7f7HM0GiQUExxN38qYZDdmEyxtXDA=";
|
||||||
|
|
||||||
ldflags = [ "-s" "-w" ];
|
ldflags = [ "-s" "-w" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue