murex: 4.4.9100 -> 4.4.9500
murex: added kashw2 maintainer
This commit is contained in:
parent
2fe3ce022d
commit
90ddf43816
1 changed files with 3 additions and 3 deletions
|
@ -5,13 +5,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "murex";
|
||||
version = "4.4.9100";
|
||||
version = "4.4.9500";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lmorg";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-3YXRjwDEJC4rZdvrgj8Hp8oD+4NN5LOUJmM/9bjwfQw=";
|
||||
sha256 = "sha256-4BtpnGsXgGKIY3+SAZpfUnh+tQWsXyuIfXbvUvEAjy4=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-eQfffqNxt6es/3/H59FC5mLn1IU3oMpY/quzgNOgOaU=";
|
||||
|
@ -22,6 +22,6 @@ buildGoModule rec {
|
|||
description = "Bash-like shell and scripting environment with advanced features designed for safety and productivity";
|
||||
homepage = "https://murex.rocks";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ dit7ya ];
|
||||
maintainers = with maintainers; [ dit7ya kashw2 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue