Commit 4e00e07e authored by John Garcia's avatar John Garcia Committed by github-actions[bot]
Browse files

remnote: 1.12.64 -> 1.13.0

(cherry picked from commit 1debdc97)
parent 0f65dc22
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;