remnote: 1.19.35 -> 1.19.56 (#423753)

Co-authored-by: chewblacka <chewblacka@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-10 09:52:10 +00:00
committed by GitHub
co-authored by chewblacka
+2 -2
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