gama-tui: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm
2025-01-19 09:52:08 +00:00
parent 4a21427ac9
commit 7ca67d76f3
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "gama-tui";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "termkit";
repo = "gama";
tag = "v${version}";
hash = "sha256-ZMM+Nt/9Bqmx7kzlhZM8I++BYZhwilRjNXSTAmOrxk4=";
hash = "sha256-ISgORjzH7ZigQYm7PSA4ZClhpw2GU7yor580fEf5UNc=";
};
vendorHash = "sha256-PTyrSXLMr244+ZTvjBBUc1gmwYXBAs0bXZS2t3aSWFQ=";