jjui: 0.8.2 -> 0.8.4

This commit is contained in:
David Chocholatý
2025-04-07 11:46:55 +02:00
parent b569b62759
commit eb4e383e91
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "jjui";
version = "0.8.2";
version = "0.8.4";
src = fetchFromGitHub {
owner = "idursun";
repo = "jjui";
tag = "v${version}";
hash = "sha256-Bao851E1AFTIjGTJrnYc95BWxXnQjWwyufSMQCbiYuU=";
hash = "sha256-9o7I4qk0flaFlrO5fBuntJO3XSEWAM9WuoPEA/Y+LXE=";
};
vendorHash = "sha256-YlOK+NvyH/3uvvFcCZixv2+Y2m26TP8+ohUSdl3ppro=";