trickest-cli: 2.1.1 -> 2.1.2

This commit is contained in:
R. Ryantm 2025-06-27 18:47:49 +00:00
parent 3d8d335978
commit 72e39f0955

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "trickest-cli";
version = "2.1.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = "trickest";
repo = "trickest-cli";
tag = "v${version}";
hash = "sha256-43rLYXvAIr3wWImNLSHI/2g8AyxD557ZivWpC3he60o=";
hash = "sha256-OuCiW/5g4swtSpqM2rhLyB1syiRkyTbJsghEvyosz/A=";
};
vendorHash = "sha256-Ae0fNzYOAeCMrNFVhw4VvG/BkOMcguIMiBvLGt7wxEo=";