typtea: 0.1.4 -> 0.1.5

This commit is contained in:
R. Ryantm
2025-08-12 02:57:38 +00:00
parent a2a025b8f3
commit 94574c3367
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "typtea";
version = "0.1.4";
version = "0.1.5";
src = fetchFromGitHub {
owner = "ashish0kumar";
repo = "typtea";
tag = "v${version}";
hash = "sha256-JIb7MkqHHlKLTI+SY007RQS4DpmQS1y8SNUsYVevEEk=";
hash = "sha256-syN35y4oCm0P6N+UmbPrcfmGgJNuEjZ8wzW98xhM5NM=";
};
vendorHash = "sha256-LWY1Tnh4iyNAV7dNjlKdT9IwPJRN25HkEAGSkQIRe9I=";