Unverified Commit 07971d69 authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

Merge pull request #306931 from chewblacka/update-remnote

remnote: 1.15.4 -> 1.16.4
parents f02ce2ba 9b10422a
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.15.4";
  version = "1.16.4";

  src = fetchurl {
    url = "https://download.remnote.io/remnote-desktop/RemNote-${version}.AppImage";
    hash = "sha256-6WBdTOj/seinx1wJGb/4if3PzCPmtzHyNAFmQwmsrvE=";
    hash = "sha256-dgbQ0cbPq7BSQ9VwwH6+GoAxb85HDxRixfjeDJBtOrg=";
  };

  appexec = appimageTools.wrapType2 {