1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-18 10:03:03 +00:00

tgpt: 2.7.3 -> 2.7.4

This commit is contained in:
R. Ryantm 2024-05-18 12:34:03 +00:00
parent 1814b56453
commit 79f2579994

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "tgpt";
version = "2.7.3";
version = "2.7.4";
src = fetchFromGitHub {
owner = "aandrew-me";
repo = "tgpt";
rev = "refs/tags/v${version}";
hash = "sha256-tInbOCrGXZkyGrkXSppK7Qugh0E2CdjmybMeH49Wc5s=";
hash = "sha256-Nk+iLsTXnw6RAc1VztW8ZqeUVsywFjMCOBY2yuWbUXQ=";
};
vendorHash = "sha256-docq/r6yyMPsuUyFbtCMaYfEVL0gLmyTy4PbrAemR00=";