Skip to content

Commit 7069a0e

Browse files
committed
goperf: 0-unstable-2025-02-14 -> 0-unstable-2025-03-05
1 parent 16d17a3 commit 7069a0e

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-2025-02-14";
12+
version = "0-unstable-2025-03-05";
1313

1414
src = fetchgit {
1515
url = "https://go.googlesource.com/perf";
16-
rev = "c95ad7d5b636f67d322a7e4832e83103d0fdd292";
17-
hash = "sha256-FKQDuXxTsJnlsggmrtcUaWAZsLmayiou9zxNU59W2rM=";
16+
rev = "02a15fd477bac975be19f213ea665ad854766179";
17+
hash = "sha256-8v26SVtBbUNrBhBjcLM1RKVcgXmC9CFWWOBZ5pc1RfM=";
1818
};
1919

20-
vendorHash = "sha256-sUtjJc5VBrzPNbK7NiDIKprUN1xzACSKQtJ4h1MRaL8=";
20+
vendorHash = "sha256-3ocSlOVE1hskLqshBeseoB+Wjuu9QJhhzshQUuygcQ0=";
2121

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

0 commit comments

Comments
 (0)