trickest-cli: 2.1.2 -> 2.1.3

This commit is contained in:
R. Ryantm 2025-07-14 18:44:52 +00:00
parent 4e806e6f5e
commit 0f8033a74b

View File

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