Unverified Commit 766e64ee authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #215034 from hughobrien/moolticute-v1.01.0

moolticute: 1.00.1 -> 1.01.0 | Add hughobrien as maintainer
parents ef50e873 3ac97f85
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -6071,6 +6071,12 @@
    githubId = 1592375;
    name = "Walter Huf";
  };
  hughobrien = {
    email = "github@hughobrien.ie";
    github = "hughobrien";
    githubId = 3400690;
    name = "Hugh O'Brien";
  };
  hugolgst = {
    email = "hugo.lageneste@pm.me";
    github = "hugolgst";
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

mkDerivation rec {
  pname = "moolticute";
  version = "1.00.1";
  version = "1.01.0";

  src = fetchFromGitHub {
    owner = "mooltipass";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-oENMr3d2vFisEFl7gYBQQ0XRBeogAYOfBE5th463laI=";
    sha256 = "sha256-6vqYyAJ9p0ey49kc2Tp/HZVv0mePARX2dcmcIG4bcNQ=";
  };

  outputs = [ "out" "udev" ];
@@ -40,7 +40,7 @@ mkDerivation rec {
    '';
    homepage = "https://github.com/mooltipass/moolticute";
    license = licenses.gpl3Plus;
    maintainers = [ maintainers.kirikaza ];
    maintainers = with maintainers; [ kirikaza hughobrien ];
    platforms = platforms.linux;
  };
}