Merge pull request #45112 from vdemeester/update-pprof

pprof: 2017-08-28 -> 2018-08-15
This commit is contained in:
Jörg Thalheim 2018-08-16 14:00:28 +02:00 committed by GitHub
commit 83b0f6f6fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 6 deletions

View File

@ -2,16 +2,16 @@
{ stdenv, buildGoPackage, fetchgit }: { stdenv, buildGoPackage, fetchgit }:
buildGoPackage rec { buildGoPackage rec {
name = "pprof-${version}"; name = "pprof-unstable-${version}";
version = "2017-08-28"; version = "2018-08-15";
rev = "d19a98b9bcec464f178b20da0f936cef7e15462e"; rev = "781f11b1fcf71fae9d185e7189b5e686f575075a";
goPackagePath = "github.com/google/pprof"; goPackagePath = "github.com/google/pprof";
src = fetchgit { src = fetchgit {
inherit rev; inherit rev;
url = "git://github.com/google/pprof"; url = "git://github.com/google/pprof";
sha256 = "0wh589fndvvidisy0jy19y0ykw4l05paqd53s8kli7h9zdcl11gq"; sha256 = "1nvzwcj6h4q0lsjlri3bym4axgv848w3xz57iz5p0wz9lcd5jsmf";
}; };
goDeps = ./deps.nix; goDeps = ./deps.nix;

View File

@ -1,12 +1,21 @@
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1 # This file was generated by https://github.com/kamilchm/go2nix v1.2.1
[ [
{
goPackagePath = "github.com/chzyer/readline";
fetch = {
type = "git";
url = "https://github.com/chzyer/readline";
rev = "2972be24d48e78746da79ba8e24e8b488c9880de";
sha256 = "104q8dazj8yf6b089jjr82fy9h1g80zyyzvp3g8b44a7d8ngjj6r";
};
}
{ {
goPackagePath = "github.com/ianlancetaylor/demangle"; goPackagePath = "github.com/ianlancetaylor/demangle";
fetch = { fetch = {
type = "git"; type = "git";
url = "https://github.com/ianlancetaylor/demangle"; url = "https://github.com/ianlancetaylor/demangle";
rev = "4883227f66371e02c4948937d3e2be1664d9be38"; rev = "fcd258a6f0b45dc345a407ee5568cf9a4d24a0ae";
sha256 = "1yj7c9i1sg26fyx6cmz87x3qh71rldkl6h87x5gysqzipm9jg54l"; sha256 = "10hdzq6n4mb13g8ddqvwjwx14djfyxhh0gjc888vdihzvhyqhvrp";
}; };
} }
] ]