Merge pull request #250467 from kashw2/murex

murex: 4.4.9100 -> 4.4.9500; added maintainer
This commit is contained in:
Weijia Wang 2023-09-01 23:22:28 +02:00 committed by GitHub
commit 317feb1b99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoModule rec { buildGoModule rec {
pname = "murex"; pname = "murex";
version = "4.4.9100"; version = "4.4.9500";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lmorg"; owner = "lmorg";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-3YXRjwDEJC4rZdvrgj8Hp8oD+4NN5LOUJmM/9bjwfQw="; sha256 = "sha256-4BtpnGsXgGKIY3+SAZpfUnh+tQWsXyuIfXbvUvEAjy4=";
}; };
vendorHash = "sha256-eQfffqNxt6es/3/H59FC5mLn1IU3oMpY/quzgNOgOaU="; 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"; description = "Bash-like shell and scripting environment with advanced features designed for safety and productivity";
homepage = "https://murex.rocks"; homepage = "https://murex.rocks";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ dit7ya ]; maintainers = with maintainers; [ dit7ya kashw2 ];
}; };
} }