Skip to content

Commit b0f2335

Browse files
authored
goperf: 0-unstable-2024-11-18 -> 0-unstable-2024-12-04 (#364934)
2 parents 216070e + 2d19bd0 commit b0f2335

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/go/goperf/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
buildGoModule rec {
1111
pname = "goperf";
12-
version = "0-unstable-2024-11-18";
12+
version = "0-unstable-2024-12-04";
1313

1414
src = fetchgit {
1515
url = "https://go.googlesource.com/perf";
16-
rev = "34caac8501763e3ea700ee019bf2c29671a30c55";
17-
hash = "sha256-b46zDtBlNpVMTwXTL9sYSpfEVJ87P2ZRQ7MVhOI0r/s=";
16+
rev = "711ff2ab72314f5a878a356d9ff7ab8460de731f";
17+
hash = "sha256-T0LHlO9ObVJ68pERkY+6eJCxY+Lj9eHvOxlCRevwbuE=";
1818
};
1919

20-
vendorHash = "sha256-5cGgUTruCdfDhvLxXzl5gg2BtAC8HU7ZBL7Niw++HZ0=";
20+
vendorHash = "sha256-OrrciJqJLTMM+yF9SD/eRucwOrfcZuuyR+xE6+DlYpo=";
2121

2222
passthru.updateScript = writeShellScript "update-goperf" ''
2323
export UPDATE_NIX_ATTR_PATH=goperf

0 commit comments

Comments
 (0)