remnote: 1.26.30 -> 1.26.32

This commit is contained in:
R. Ryantm
2026-07-18 12:40:17 +00:00
parent 3fbccd06bf
commit 5b257825e2

View File

@@ -7,10 +7,10 @@
}:
let
pname = "remnote";
version = "1.26.30";
version = "1.26.32";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-GNUoyor7P3icfHurlwttn+TyAhiOvjYhFckMCiNW/Mk=";
hash = "sha256-NR6SdqtLyHLPLKedXIRADN6L/J5SWhnJkKNB4P3OmPM=";
};
appimageContents = appimageTools.extract { inherit pname version src; };
in