Merge pull request #324567 from chewblacka/update-remnote

remnote: 1.16.48 -> 1.16.55
This commit is contained in:
Masum Reza 2024-07-04 23:23:05 +05:30 committed by GitHub
commit 6646e378ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.16.48";
version = "1.16.55";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-tECIn43fTr+Enkp63S7INUjOrs8Ni7Nmhxsr/p6kPzo=";
hash = "sha256-O1AHUiaW1amawwDVd+QXY6GyUI7cGkBifVOqoSLiiTw=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in

View File

@ -33813,8 +33813,6 @@ with pkgs;
rednotebook = python3Packages.callPackage ../applications/editors/rednotebook { };
remnote = callPackage ../applications/misc/remnote { };
remotebox = callPackage ../applications/virtualization/remotebox { };
restique = libsForQt5.callPackage ../applications/backup/restique { };