mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #309476 from r-ryantm/auto-update/goperf
goperf: 0-unstable-2023-11-08 -> 0-unstable-2024-05-10
This commit is contained in:
commit
890f8e436a
@ -8,15 +8,15 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "goperf";
|
||||
version = "0-unstable-2023-11-08";
|
||||
version = "0-unstable-2024-05-10";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://go.googlesource.com/perf";
|
||||
rev = "cb71e802ccb878a069712546879bf26489f0f300";
|
||||
hash = "sha256-1NvrelLsy9lrepttXXnggc0oycC6EgJgU80iXDu3IoI=";
|
||||
rev = "bedb9135df6d63a551db71a3fa872a2816e90cf2";
|
||||
hash = "sha256-e2dr/eeKoc0Vpxx29bmxhfYsj13oEFs9h1/mBmDbWM4=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-dJQHqIR6v0yYbxplytkdA98IHtdxnsvi9X6kIESCsB8=";
|
||||
vendorHash = "sha256-MtDvOn+cjlEtObzmYnsQa2BkgIeKr/j18wk5QK3JDuk=";
|
||||
|
||||
passthru.updateScript = writeShellScript "update-goperf" ''
|
||||
export UPDATE_NIX_ATTR_PATH=goperf
|
||||
|
Loading…
Reference in New Issue
Block a user