mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 09:36:20 +09:00
starlark: 0-unstable-2025-04-17 -> 0-unstable-2025-06-03 (#414432)
This commit is contained in:
commit
42b0816136
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
||||||
}:
|
}:
|
||||||
buildGoModule {
|
buildGoModule {
|
||||||
pname = "starlark";
|
pname = "starlark";
|
||||||
version = "0-unstable-2025-04-17";
|
version = "0-unstable-2025-06-03";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "starlark-go";
|
repo = "starlark-go";
|
||||||
rev = "f57e51f710eb2662fb0866b2bfb87c218cecdc52";
|
rev = "27fdb1d4744d057ceaa6c18d8eca9bf5692e3852";
|
||||||
hash = "sha256-JuWdw0+SDcnfkEp4aUIUtI86dhEbZMBWNUibLEwQBek=";
|
hash = "sha256-iS9v4XRJTclFxc/siuhTGliUAjM4pqju9lD+muFXp4Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-8drlCBy+KROyqXzm/c+HBe/bMVOyvwRoLHxOApJhMfo=";
|
vendorHash = "sha256-8drlCBy+KROyqXzm/c+HBe/bMVOyvwRoLHxOApJhMfo=";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue