jjui: 0.7.2 -> 0.8.2

This commit is contained in:
Nadir Ishiguro 2025-04-02 21:05:33 +02:00
parent 2bfc080955
commit ad398e56c1
No known key found for this signature in database

View File

@ -6,16 +6,16 @@
}:
buildGoModule rec {
pname = "jjui";
version = "0.7.2";
version = "0.8.2";
src = fetchFromGitHub {
owner = "idursun";
repo = "jjui";
tag = "v${version}";
hash = "sha256-dtMkq94p9e6c336WWg+0noJMIezuca8mt5h+zLuYpCg=";
hash = "sha256-Bao851E1AFTIjGTJrnYc95BWxXnQjWwyufSMQCbiYuU=";
};
vendorHash = "sha256-84VMhT+Zbub9sw+lAKEZba1aXcRaTIbnYhJ7zJt118Y=";
vendorHash = "sha256-YlOK+NvyH/3uvvFcCZixv2+Y2m26TP8+ohUSdl3ppro=";
passthru.updateScript = nix-update-script { };