heynote: 2.9.0 -> 2.9.1

This commit is contained in:
R. Ryantm
2026-07-18 17:50:11 +00:00
parent c13fa174d8
commit a3330995c3
+2 -2
View File
@@ -7,11 +7,11 @@
}:
let
pname = "heynote";
version = "2.9.0";
version = "2.9.1";
src = fetchurl {
url = "https://github.com/heyman/heynote/releases/download/v${version}/Heynote_${version}_x86_64.AppImage";
sha256 = "sha256-5SCIMvhpFUwpcZaxUwDjWRN05QFLgKKE1C2J32lapH8=";
sha256 = "sha256-37as29Jh5Xz3nEW5aryD52puqaCiAxlMBs+aRIZbbU8=";
};
appimageContents = appimageTools.extractType2 {