mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
cider-2: 2.6.1 -> 3.0.2 (#409115)
This commit is contained in:
commit
0022af40b9
2 changed files with 12 additions and 3 deletions
|
@ -13649,6 +13649,12 @@
|
||||||
github = "L0L1P0P1";
|
github = "L0L1P0P1";
|
||||||
githubId = 73695812;
|
githubId = 73695812;
|
||||||
};
|
};
|
||||||
|
l0r3v = {
|
||||||
|
email = "l0r3v@pasqui.casa";
|
||||||
|
github = "l0r3v";
|
||||||
|
githubId = 27364685;
|
||||||
|
name = "Lorenzo Pasqui";
|
||||||
|
};
|
||||||
l1npengtul = {
|
l1npengtul = {
|
||||||
email = "l1npengtul@l1npengtul.lol";
|
email = "l1npengtul@l1npengtul.lol";
|
||||||
github = "l1npengtul";
|
github = "l1npengtul";
|
||||||
|
|
|
@ -7,12 +7,12 @@
|
||||||
|
|
||||||
appimageTools.wrapType2 rec {
|
appimageTools.wrapType2 rec {
|
||||||
pname = "cider-2";
|
pname = "cider-2";
|
||||||
version = "2.6.1";
|
version = "3.0.2";
|
||||||
|
|
||||||
src = requireFile {
|
src = requireFile {
|
||||||
name = "cider-linux-x64.AppImage";
|
name = "cider-linux-x64.AppImage";
|
||||||
url = "https://cidercollective.itch.io/cider";
|
url = "https://cidercollective.itch.io/cider";
|
||||||
sha256 = "0qjhsssccxiq92zs04zhi53bkaf2qwfq7ryic1w9sha59ffyxqbf";
|
sha256 = "1rfraf1r1zmp163kn8qg833qxrxmx1m1hycw8q9hc94d0hr62l2x";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
@ -42,7 +42,10 @@ appimageTools.wrapType2 rec {
|
||||||
homepage = "https://cider.sh";
|
homepage = "https://cider.sh";
|
||||||
license = lib.licenses.unfree;
|
license = lib.licenses.unfree;
|
||||||
mainProgram = "cider-2";
|
mainProgram = "cider-2";
|
||||||
maintainers = with lib.maintainers; [ itsvic-dev ];
|
maintainers = with lib.maintainers; [
|
||||||
|
itsvic-dev
|
||||||
|
l0r3v
|
||||||
|
];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue