Unverified Commit 263e6712 authored by Ramses's avatar Ramses Committed by GitHub
Browse files

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

parents 32cbd215 49efc394
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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";
  };
}