tgpt: 2.0.2 -> 2.0.3
Diff: https://github.com/aandrew-me/tgpt/compare/refs/tags/v2.0.2...v2.0.3 Changelog: https://github.com/aandrew-me/tgpt/releases/tag/v2.0.3
This commit is contained in:
committed by
Anderson Torres
parent
46d295f15c
commit
42e1464c1a
@@ -5,13 +5,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "tgpt";
|
||||
version = "2.0.2";
|
||||
version = "2.0.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "aandrew-me";
|
||||
repo = "tgpt";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-WSOsAgWq0ivD5tjrdnRrNoBs/jFjdWGEx32tAtR3JXs=";
|
||||
hash = "sha256-4zm2dsYhN5itGto39p2Aq+9vF4iqqjCGwMWACuKSMs0=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-HXpSoihk0s218DVCHe9VCGLBggWY8I25sw2qSaiUz4I=";
|
||||
|
||||
Reference in New Issue
Block a user