Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

remnote: 1.12.64 -> 1.13.0

(cherry picked from commit 1debdc9730ff3b9bc5942c2bf206600005d03036)

authored by John Garcia and committed by github-actions[bot] 4e00e07e 0f65dc22

+2 -2
+2 -2
pkgs/applications/misc/remnote/default.nix
··· 6 6 in 7 7 { 8 8 pname = "remnote"; 9 - version = "1.12.64"; 9 + version = "1.13.0"; 10 10 11 11 src = fetchurl { 12 12 url = "https://download.remnote.io/remnote-desktop/RemNote-${version}.AppImage"; 13 - hash = "sha256-Pvz3bBpv4wN2NXxuKNNraCuOqvvtYOyg5PTSwMpL3cw="; 13 + hash = "sha256-ovM7MnRqzy/mgz+h87hqIuvquODIfmxjdJG1NZYobbk="; 14 14 }; 15 15 appexec = appimageTools.wrapType2 { 16 16 inherit pname version src;