Unverified Commit 25cbda65 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

starlark: 0-unstable-2025-08-04 -> 0-unstable-2025-09-06 (#440876)

parents b2e6b009 8e355232
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
}:
buildGoModule {
  pname = "starlark";
  version = "0-unstable-2025-08-04";
  version = "0-unstable-2025-09-06";

  src = fetchFromGitHub {
    owner = "google";
    repo = "starlark-go";
    rev = "3c9dc17c5f2e062f7d7b8b4237e571810e9c6445";
    hash = "sha256-hNP2kt6X46WpyQ4eDFU+mGP4x5H6sD3PC+BRD3AUgbo=";
    rev = "bf296ed553ea1715656054a7f64ac6a6dd161360";
    hash = "sha256-ijZvmR9oFsIvpindO1RSi01USr2bhBATvVEQtYlgP/A=";
  };

  vendorHash = "sha256-8drlCBy+KROyqXzm/c+HBe/bMVOyvwRoLHxOApJhMfo=";