summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Adler <therisen06@gmail.com>2022-04-12 13:53:15 +0200
committerMichael Adler <therisen06@gmail.com>2022-04-12 13:54:03 +0200
commit82ab7c3799f9b6d8fb064510de7577bf9e913805 (patch)
tree6d46d00dfbbffa0152219dbc63b603cb78888152
parente45e7cab9af6076075c0ecfed97de8f01043026a (diff)
downloadnixpkgs-82ab7c3799f9b6d8fb064510de7577bf9e913805.tar
nixpkgs-82ab7c3799f9b6d8fb064510de7577bf9e913805.tar.gz
nixpkgs-82ab7c3799f9b6d8fb064510de7577bf9e913805.tar.bz2
nixpkgs-82ab7c3799f9b6d8fb064510de7577bf9e913805.tar.lz
nixpkgs-82ab7c3799f9b6d8fb064510de7577bf9e913805.tar.xz
nixpkgs-82ab7c3799f9b6d8fb064510de7577bf9e913805.tar.zst
nixpkgs-82ab7c3799f9b6d8fb064510de7577bf9e913805.zip
gotestsum: 1.7.0 -> 1.8.0
-rw-r--r--pkgs/development/tools/gotestsum/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/gotestsum/default.nix b/pkgs/development/tools/gotestsum/default.nix
index 5ab7497c9a2..1f62c61297d 100644
--- a/pkgs/development/tools/gotestsum/default.nix
+++ b/pkgs/development/tools/gotestsum/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "gotestsum";
-  version = "1.7.0";
+  version = "1.8.0";
 
   src = fetchFromGitHub {
     owner = "gotestyourself";
     repo = "gotestsum";
     rev = "v${version}";
-    sha256 = "sha256-nZaVi39dOytJTM69xpl+d9XoUt+yHdndPgY2ggfNeMQ=";
+    sha256 = "sha256-6GEkuVa6RCMv0FsTYXhhscVe3Ya78qwbj7Im9AL0fOo=";
   };
 
   vendorSha256 = "sha256-wP5y8Ec6eSe+rdMEQQdX0fFTQ0HWuiyBRHxGlraZd+o=";