remnote: 1.19.11 -> 1.19.15 (#399657)

Co-authored-by: chewblacka <chewblacka@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-18 08:21:48 +00:00
committed by GitHub
co-authored by chewblacka
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.19.11";
version = "1.19.15";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-rKvbh4TihITP+M4znObUU+80YfG9gookilLpIBUxt9U=";
hash = "sha256-gmhpxh/u5Ror3V2BMjAJzaWs66+nrsUiBXkVd5G8B/E=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in