remnote: 1.19.35 -> 1.19.56

This commit is contained in:
R. Ryantm 2025-07-09 11:19:13 +00:00
parent 247c3817d7
commit 98c926b92f

View File

@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.19.35";
version = "1.19.56";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-UrldNDYof3lYDyP6z3ukFdpiOkJZUJpO8iygI3JaBY4=";
hash = "sha256-ZH8sbfoBf1s97O36Q9Lf5Q07CTEkM45NXT8VJgAOe4I=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in