summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-10-05 10:07:53 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-10-05 10:07:53 +0200
commitf4fbae567b6d6a0cbe794528e597e5dd2f8c70f6 (patch)
tree199ef8b34c25fb89d4fd66565f5952d491a70fa6
parenta61a2f7b7dd78f1c78cc12baa6f27f88b3bf7ce1 (diff)
downloadnixpkgs-f4fbae567b6d6a0cbe794528e597e5dd2f8c70f6.tar
nixpkgs-f4fbae567b6d6a0cbe794528e597e5dd2f8c70f6.tar.gz
nixpkgs-f4fbae567b6d6a0cbe794528e597e5dd2f8c70f6.tar.bz2
nixpkgs-f4fbae567b6d6a0cbe794528e597e5dd2f8c70f6.tar.lz
nixpkgs-f4fbae567b6d6a0cbe794528e597e5dd2f8c70f6.tar.xz
nixpkgs-f4fbae567b6d6a0cbe794528e597e5dd2f8c70f6.tar.zst
nixpkgs-f4fbae567b6d6a0cbe794528e597e5dd2f8c70f6.zip
tgpt: 1.9.0 -> 1.10.0
Diff: https://github.com/aandrew-me/tgpt/compare/refs/tags/v1.9.0...v1.10.0

Changelog: https://github.com/aandrew-me/tgpt/releases/tag/v1.10.0
-rw-r--r--pkgs/tools/misc/tgpt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/tgpt/default.nix b/pkgs/tools/misc/tgpt/default.nix
index f2e6d7050a1..d0f0a8cdf91 100644
--- a/pkgs/tools/misc/tgpt/default.nix
+++ b/pkgs/tools/misc/tgpt/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "tgpt";
-  version = "1.9.0";
+  version = "1.10.0";
 
   src = fetchFromGitHub {
     owner = "aandrew-me";
     repo = "tgpt";
     rev = "refs/tags/v${version}";
-    hash = "sha256-kmQvKqrELCL6UdyV8yrwrnjlSYLYIx/SBTKVsqcLng4=";
+    hash = "sha256-AnGll0BjvR7xUWGn25M4nz4PIJAscl6Sh0pTn1102h8=";
   };
 
   vendorHash = "sha256-2I5JJWxM6aZx0eZu7taUTL11Y/5HIrXYC5aezrTbbsM=";