remnote: 1.26.20 -> 1.26.30 (#540012)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-09 14:59:15 +00:00
committed by GitHub
+2 -2
View File
@@ -7,10 +7,10 @@
}:
let
pname = "remnote";
version = "1.26.20";
version = "1.26.30";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-3/gb/7LO18exAmFYzzfJM7lCbMPrVqCcD32LfkVIO5g=";
hash = "sha256-GNUoyor7P3icfHurlwttn+TyAhiOvjYhFckMCiNW/Mk=";
};
appimageContents = appimageTools.extract { inherit pname version src; };
in