terminal-parrot: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm 2025-06-16 16:38:45 +00:00
parent 88c2eff74c
commit 39431a04a7

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "terminal-parrot";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "jmhobbs";
repo = "terminal-parrot";
rev = version;
hash = "sha256-LI67DDcK3M084r9JPx8NcBWthaiBOCEL4lQJhuUJSok=";
hash = "sha256-VOV1KKaZrKyz+Fj//RbPrBE3ImC60FNauayVAMmoxFc=";
};
vendorHash = "sha256-EhnmOpT+rx4RVpmqgEQ4qO+Uca1W9uhx4fcExXG9LOI=";