choose-gui: 1.3.1 -> 1.5.0 (#423701)

Ramses 263e6712 32cbd215

Changed files
+12 -3
maintainers
pkgs
by-name
ch
choose-gui
+6
maintainers/maintainer-list.nix
···
githubId = 70602908;
github = "nikolaizombie1";
+
niksingh710 = {
+
email = "nik.singh710@gmail.com";
+
name = "Nikhil Singh";
+
github = "niksingh710";
+
githubId = 60490474;
+
};
nikstur = {
email = "nikstur@outlook.com";
name = "nikstur";
+6 -3
pkgs/by-name/ch/choose-gui/package.nix
···
stdenv.mkDerivation rec {
pname = "choose-gui";
-
version = "1.3.1";
+
version = "1.5.0";
src = fetchFromGitHub {
owner = "chipsenkbeil";
repo = "choose";
rev = version;
-
hash = "sha256-oR0GgMinKcBHaZWdE7O+mdbiLKKjkweECKbi80bjW+c=";
+
hash = "sha256-ewXZpP3XmOuV/MA3fK4BwZnNb2jkE727Sse6oAd4HJk=";
};
nativeBuildInputs = [ xcbuild ];
···
license = lib.licenses.mit;
platforms = lib.platforms.darwin;
changelog = "https://github.com/chipsenkbeil/choose/blob/${version}/CHANGELOG.md";
-
maintainers = with lib.maintainers; [ heywoodlh ];
+
maintainers = with lib.maintainers; [
+
heywoodlh
+
niksingh710
+
];
mainProgram = "choose";
};
}