heynote: 2.1.4 -> 2.2.1

This commit is contained in:
R. Ryantm
2025-04-26 22:34:58 +00:00
parent 0571e373ab
commit 36b07da33a
+2 -2
View File
@@ -7,11 +7,11 @@
}:
let
pname = "heynote";
version = "2.1.4";
version = "2.2.1";
src = fetchurl {
url = "https://github.com/heyman/heynote/releases/download/v${version}/Heynote_${version}_x86_64.AppImage";
sha256 = "sha256-nei4akpXA5MWpQSL/oIcwfNILTKE3lwSi1ij68FMMtQ=";
sha256 = "sha256-IUy5EAtUk5+e64DC4VXXTgkyrG3mNJiItf1d4DR/fms=";
};
appimageContents = appimageTools.extractType2 {