murex 5.3.4000 -> 5.3.5000 https://repology.org/project/murex/versions attrpath: murex Checking auto update branch... No auto update branch exists Old version 5.3.4000" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "murex"; version = "5.3.5000"; src = fetchFromGitHub { owner = "lmorg"; repo = pname; rev = "v${version}"; sha256 = "sha256-2TX1HgbW2C8Yvrk4fnv43SRxYoCxYMrgLgsut4lj7NY="; }; vendorHash = "sha256-qOItRqCIxoHigufI6b7j2VdBDo50qGDe+LAaccgDh5w="; subPackages = [ "." ]; meta = with lib; { 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 kashw2 ]; }; }