Merge pull request #303814 from oo-infty/update-ugm

ugm: 1.4.0 -> 1.5.0
This commit is contained in:
Aleksana 2024-04-18 13:23:39 +08:00 committed by GitHub
commit 457c341784
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -2,17 +2,18 @@
, buildGoModule
, fetchFromGitHub
, makeWrapper
, nix-update-script
}:
buildGoModule rec {
pname = "ugm";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "ariasmn";
repo = "ugm";
rev = "v${version}";
hash = "sha256-Co8JN0WEc1I08My9m7iyAshtEO4aszN8/sCvoGFJv2A=";
hash = "sha256-Ui/JYU/ZbMP8E20vWHah1GFFVu5E4xf0RaVv9X0QnR4=";
};
vendorHash = "sha256-34D9fQnmKnOyUqshduLmFiVgcVKi7mDKBs3X5ZQxsuw=";
@ -25,6 +26,8 @@ buildGoModule rec {
--set RUNEWIDTH_EASTASIAN 0
'';
passthru.updateScript = nix-update-script {};
meta = with lib; {
description = "A terminal based UNIX user and group browser";
homepage = "https://github.com/ariasmn/ugm";