Merge pull request #269642 from chewblacka/update-remnote
remnote: 1.12.64 -> 1.13.0
This commit is contained in:
commit
50dce93562
6 changed files with 12 additions and 12 deletions
|
@ -3172,6 +3172,11 @@
|
|||
githubId = 18648043;
|
||||
name = "Daniel Cartwright";
|
||||
};
|
||||
chewblacka = {
|
||||
github = "chewblacka";
|
||||
githubId = 18430320;
|
||||
name = "John Garcia";
|
||||
};
|
||||
Chili-Man = {
|
||||
email = "dr.elhombrechile@gmail.com";
|
||||
name = "Diego Rodriguez";
|
||||
|
@ -8414,11 +8419,6 @@
|
|||
githubId = 31008330;
|
||||
name = "Jann Marc Villablanca";
|
||||
};
|
||||
jgarcia = {
|
||||
github = "chewblacka";
|
||||
githubId = 18430320;
|
||||
name = "John Garcia";
|
||||
};
|
||||
jgart = {
|
||||
email = "jgart@dismail.de";
|
||||
github = "jgarte";
|
||||
|
|
|
@ -49,7 +49,7 @@ perlPackages.buildPerlPackage rec {
|
|||
license = licenses.gpl3Plus;
|
||||
homepage = "https://github.com/get-iplayer/get_iplayer";
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ rika jgarcia ];
|
||||
maintainers = with maintainers; [ rika chewblacka ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -6,11 +6,11 @@ stdenv.mkDerivation (finalAttrs: let
|
|||
in
|
||||
{
|
||||
pname = "remnote";
|
||||
version = "1.12.64";
|
||||
version = "1.13.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.remnote.io/remnote-desktop/RemNote-${version}.AppImage";
|
||||
hash = "sha256-Pvz3bBpv4wN2NXxuKNNraCuOqvvtYOyg5PTSwMpL3cw=";
|
||||
hash = "sha256-ovM7MnRqzy/mgz+h87hqIuvquODIfmxjdJG1NZYobbk=";
|
||||
};
|
||||
appexec = appimageTools.wrapType2 {
|
||||
inherit pname version src;
|
||||
|
@ -44,7 +44,7 @@ in
|
|||
meta = with lib; {
|
||||
description = "A note-taking application focused on learning and productivity";
|
||||
homepage = "https://remnote.com/";
|
||||
maintainers = with maintainers; [ max-niederman jgarcia ];
|
||||
maintainers = with maintainers; [ max-niederman chewblacka ];
|
||||
license = licenses.unfree;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "remnote";
|
||||
|
|
|
@ -69,7 +69,7 @@ perlPackages.buildPerlPackage rec {
|
|||
license = licenses.gpl1Plus;
|
||||
homepage = "https://github.com/dave-theunsub/clamtk";
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ jgarcia ShamrockLee ];
|
||||
maintainers = with maintainers; [ chewblacka ShamrockLee ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -81,7 +81,7 @@ python3Packages.buildPythonApplication rec {
|
|||
homepage = "https://github.com/bpozdena/OneDriveGUI";
|
||||
description = "A simple GUI for Linux OneDrive Client, with multi-account support";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ jgarcia ];
|
||||
maintainers = with maintainers; [ chewblacka ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -37,7 +37,7 @@ buildGoModule rec {
|
|||
homepage = "https://github.com/Vanilla-OS/apx";
|
||||
changelog = "https://github.com/Vanilla-OS/apx/releases/tag/v${version}";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ dit7ya jgarcia ];
|
||||
maintainers = with maintainers; [ dit7ya chewblacka ];
|
||||
mainProgram = "apx";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue