mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
Merge pull request #303814 from oo-infty/update-ugm
ugm: 1.4.0 -> 1.5.0
This commit is contained in:
commit
457c341784
@ -2,17 +2,18 @@
|
|||||||
, buildGoModule
|
, buildGoModule
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
|
, nix-update-script
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "ugm";
|
pname = "ugm";
|
||||||
version = "1.4.0";
|
version = "1.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ariasmn";
|
owner = "ariasmn";
|
||||||
repo = "ugm";
|
repo = "ugm";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Co8JN0WEc1I08My9m7iyAshtEO4aszN8/sCvoGFJv2A=";
|
hash = "sha256-Ui/JYU/ZbMP8E20vWHah1GFFVu5E4xf0RaVv9X0QnR4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-34D9fQnmKnOyUqshduLmFiVgcVKi7mDKBs3X5ZQxsuw=";
|
vendorHash = "sha256-34D9fQnmKnOyUqshduLmFiVgcVKi7mDKBs3X5ZQxsuw=";
|
||||||
@ -25,6 +26,8 @@ buildGoModule rec {
|
|||||||
--set RUNEWIDTH_EASTASIAN 0
|
--set RUNEWIDTH_EASTASIAN 0
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script {};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A terminal based UNIX user and group browser";
|
description = "A terminal based UNIX user and group browser";
|
||||||
homepage = "https://github.com/ariasmn/ugm";
|
homepage = "https://github.com/ariasmn/ugm";
|
||||||
|
Loading…
Reference in New Issue
Block a user