about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorJanik <80165193+Janik-Haag@users.noreply.github.com>2023-10-22 11:46:38 +0200
committerGitHub <noreply@github.com>2023-10-22 11:46:38 +0200
commit1c8e8ec870e6fcafa1a33acbf859c21f5f99367f (patch)
tree1747984b4049d8022f43cdabb8d51e94ac3d887a /pkgs/applications/misc
parentece040c37c945618364ad2f7a7e7e5321cfb3e84 (diff)
parentdbc543d26c6e3c3278410746ab40ada78ca3aff8 (diff)
Merge pull request #261107 from chewblacka/update-remnote
remnote: 1.12.43 -> 1.12.64
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/remnote/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/remnote/default.nix b/pkgs/applications/misc/remnote/default.nix
index 42d5535f5535d..5ffc383f14f88 100644
--- a/pkgs/applications/misc/remnote/default.nix
+++ b/pkgs/applications/misc/remnote/default.nix
@@ -6,11 +6,11 @@ stdenv.mkDerivation (finalAttrs: let
 in
 {
   pname = "remnote";
-  version = "1.12.43";
+  version = "1.12.64";
 
   src = fetchurl {
     url = "https://download.remnote.io/remnote-desktop/RemNote-${version}.AppImage";
-    hash = "sha256-3GNp+0ZUZbUcBkE8DbIEDRYlWfG3HDTTS6wK3u42jJg=";
+    hash = "sha256-Pvz3bBpv4wN2NXxuKNNraCuOqvvtYOyg5PTSwMpL3cw=";
   };
   appexec = appimageTools.wrapType2 {
     inherit pname version src;