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

This commit is contained in:
Ramses
2025-08-23 21:55:40 +03:00
committed by GitHub
2 changed files with 12 additions and 3 deletions
+6
View File
@@ -18216,6 +18216,12 @@
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
View File
@@ -8,13 +8,13 @@
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 ];
@@ -42,7 +42,10 @@ stdenv.mkDerivation rec {
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";
};
}