Commit 1debdc97 authored by John Garcia's avatar John Garcia
Browse files

remnote: 1.12.64 -> 1.13.0

parent d91e9ecd
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;