Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #60738 from vdemeester/update-gotests

gotests: 1.5.2 -> 1.5.3

authored by Alyssa Ross and committed by GitHub 6e8c78e2 a971ddce

+6 -5
+2 -2
pkgs/development/tools/gotests/default.nix
··· 2 3 buildGoPackage rec { 4 name = "gotests-${version}"; 5 - version = "1.5.2"; 6 rev = "v${version}"; 7 8 goPackagePath = "github.com/cweill/gotests"; ··· 13 inherit rev; 14 owner = "cweill"; 15 repo = "gotests"; 16 - sha256 = "0ff2jvpc1xb5jr6dv9izlpfavxaivzirqmdmicpznrqjz0d56pri"; 17 }; 18 19 meta = {
··· 2 3 buildGoPackage rec { 4 name = "gotests-${version}"; 5 + version = "1.5.3"; 6 rev = "v${version}"; 7 8 goPackagePath = "github.com/cweill/gotests"; ··· 13 inherit rev; 14 owner = "cweill"; 15 repo = "gotests"; 16 + sha256 = "1c0hly31ax0wk01zdx0l0yl40xybaizjfb3gjxia2z0mgx330dq9"; 17 }; 18 19 meta = {
+4 -3
pkgs/development/tools/gotests/deps.nix
··· 1 [ 2 { 3 goPackagePath = "golang.org/x/tools"; 4 fetch = { 5 type = "git"; 6 - url = "https://github.com/golang/tools"; 7 - rev = "96b5a5404f303f074e6117d832a9873c439508f0"; 8 - sha256 = "1h6r9xyp1v3w2x8d108vzghn65l6ia2h895irypmrwymfcp30y42"; 9 }; 10 } 11 ]
··· 1 + # This file was generated by https://github.com/kamilchm/go2nix v1.3.0 2 [ 3 { 4 goPackagePath = "golang.org/x/tools"; 5 fetch = { 6 type = "git"; 7 + url = "https://go.googlesource.com/tools"; 8 + rev = "23463209683dad3f2b9cc7f7c2663e1847c59017"; 9 + sha256 = "1shzfl4zixhj78v4f6y04bcmfl705yr5q8hp72ndbbma0mh09g8f"; 10 }; 11 } 12 ]