remnote: 1.25.19 -> 1.26.0 (#515310)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-01 08:00:39 +00:00
committed by GitHub
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.25.19";
version = "1.26.0";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-DJWRhNTRmYVdY5AfAlVOhrNkongusv+volwiLQBg1xM=";
hash = "sha256-9SLFc2giE0AjD88OJz0z7mn9j/pN7Fd8/xWub6FDs/U=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in