remnote: 1.22.0 -> 1.22.7

This commit is contained in:
R. Ryantm
2025-11-15 20:21:17 +00:00
parent 042d0c7f69
commit da2b748ce0
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.22.0";
version = "1.22.7";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-4zIUPAQV814fmvIrHP+Dvn9eNeSY/Zmn0G2nr7llto8=";
hash = "sha256-iC0ycw+mx4K0IK4u9PmgRFXAP5chHdAPHSpbWpBE0Ko=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in