Unverified Commit 0022af40 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

cider-2: 2.6.1 -> 3.0.2 (#409115)

parents c75f5721 ab0cc8e5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -13649,6 +13649,12 @@
    github = "L0L1P0P1";
    githubId = 73695812;
  };
  l0r3v = {
    email = "l0r3v@pasqui.casa";
    github = "l0r3v";
    githubId = 27364685;
    name = "Lorenzo Pasqui";
  };
  l1npengtul = {
    email = "l1npengtul@l1npengtul.lol";
    github = "l1npengtul";
+6 −3
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@

appimageTools.wrapType2 rec {
  pname = "cider-2";
  version = "2.6.1";
  version = "3.0.2";

  src = requireFile {
    name = "cider-linux-x64.AppImage";
    url = "https://cidercollective.itch.io/cider";
    sha256 = "0qjhsssccxiq92zs04zhi53bkaf2qwfq7ryic1w9sha59ffyxqbf";
    sha256 = "1rfraf1r1zmp163kn8qg833qxrxmx1m1hycw8q9hc94d0hr62l2x";
  };

  nativeBuildInputs = [ makeWrapper ];
@@ -42,7 +42,10 @@ appimageTools.wrapType2 rec {
    homepage = "https://cider.sh";
    license = lib.licenses.unfree;
    mainProgram = "cider-2";
    maintainers = with lib.maintainers; [ itsvic-dev ];
    maintainers = with lib.maintainers; [
      itsvic-dev
      l0r3v
    ];
    platforms = [ "x86_64-linux" ];
  };
}