about summary refs log tree commit diff
path: root/pkgs/by-name/st
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2024-06-17 17:11:55 +0800
committerAaron Jheng <wentworth@outlook.com>2024-06-17 19:07:08 +0800
commitcc115b00946799895b3001c32d25de3dc593d217 (patch)
tree2dacb950e5d1007196382f7f8e9b966e30eaefd0 /pkgs/by-name/st
parenta9b494b6bcc31b6df8459b307448103412270006 (diff)
starlark: 0-unstable-2023-11-21 -> 0-unstable-2024-05-21
https://github.com/google/starlark-go/compare/90ade8b19d09805d1b91a9687198869add6dfaa1...046347dcd1044f5e568fcf64884b0344f27910c0
Diffstat (limited to 'pkgs/by-name/st')
-rw-r--r--pkgs/by-name/st/starlark/package.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/by-name/st/starlark/package.nix b/pkgs/by-name/st/starlark/package.nix
index 060a9013a05ea..214c97edf5bf1 100644
--- a/pkgs/by-name/st/starlark/package.nix
+++ b/pkgs/by-name/st/starlark/package.nix
@@ -1,16 +1,16 @@
 { lib, fetchFromGitHub, buildGoModule }:
 buildGoModule rec {
   pname = "starlark";
-  version = "0-unstable-2023-11-21";
+  version = "0-unstable-2024-05-21";
 
   src = fetchFromGitHub {
     owner = "google";
     repo = "starlark-go";
-    rev = "90ade8b19d09805d1b91a9687198869add6dfaa1";
-    hash = "sha256-ZNOPx7L21A4BR5WshMMAHGm6j1ukWC9waJ1lYLvxBw0=";
+    rev = "046347dcd1044f5e568fcf64884b0344f27910c0";
+    hash = "sha256-qpJPCcMxrsspiN5FeQDZRaNchYPawMNJHtKK8fmrRug=";
   };
 
-  vendorHash = "sha256-jQE5fSqJeiDV7PW7BY/dzCxG6b/KEVIobcjJsaL2zMw=";
+  vendorHash = "sha256-8drlCBy+KROyqXzm/c+HBe/bMVOyvwRoLHxOApJhMfo=";
 
   ldflags = [ "-s" "-w" ];