jjui: 0.7 -> 0.7.2 (#393353)

This commit is contained in:
Nick Cao
2025-03-26 18:00:43 -04:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "jjui";
version = "0.7";
version = "0.7.2";
src = fetchFromGitHub {
owner = "idursun";
repo = "jjui";
tag = "v${version}";
hash = "sha256-y93ANgIlHafwZJ1jOIzGxt81G6YbHO7/PFqYovgGBMc=";
hash = "sha256-dtMkq94p9e6c336WWg+0noJMIezuca8mt5h+zLuYpCg=";
};
vendorHash = "sha256-84VMhT+Zbub9sw+lAKEZba1aXcRaTIbnYhJ7zJt118Y=";