remnote: 1.16.101 -> 1.16.107 (#338591)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-08-31 11:19:22 +00:00 committed by GitHub
commit 12228ff175
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.16.101";
version = "1.16.107";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-gK54K48s+5u2uv9ZxR0PVekZHdtgguCb+qHOVb2awAE=";
hash = "sha256-U3m8daxJzM5lp6AAPOgNdaxWaHvhkt7KRCisHQghY9Y=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in