remnote: 1.26.8 -> 1.26.11

This commit is contained in:
R. Ryantm
2026-05-17 20:49:19 +00:00
parent f82b37fc30
commit 7db02bfc44
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.26.8";
version = "1.26.11";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-enFTy+RIYrvq9ScLPExSaKDGQy+MLSbKAQTREIkJB28=";
hash = "sha256-3F1lC/3ek6k3x6qZ4WswJRe/QYEy3iTNMhMmLtR6i0U=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in