heynote: 2.6.2 -> 2.7.0

This commit is contained in:
R. Ryantm
2026-01-06 06:57:02 +00:00
parent b16188e3a1
commit 2f8666a0ae
+2 -2
View File
@@ -7,11 +7,11 @@
}:
let
pname = "heynote";
version = "2.6.2";
version = "2.7.0";
src = fetchurl {
url = "https://github.com/heyman/heynote/releases/download/v${version}/Heynote_${version}_x86_64.AppImage";
sha256 = "sha256-nA1FRjh9lKdTZXUfuECl5BlW5phYaoh7HOOCKDQuOGQ=";
sha256 = "sha256-g96Vs9fCYRQc3vmQZd3N2jJSU4TQanLUa/Grb+71eW4=";
};
appimageContents = appimageTools.extractType2 {