heynote: 2.1.3 -> 2.1.4

This commit is contained in:
R. Ryantm
2025-04-08 13:55:31 +00:00
parent 3367e70de7
commit d2e55b8979
+2 -2
View File
@@ -7,11 +7,11 @@
}:
let
pname = "heynote";
version = "2.1.3";
version = "2.1.4";
src = fetchurl {
url = "https://github.com/heyman/heynote/releases/download/v${version}/Heynote_${version}_x86_64.AppImage";
sha256 = "sha256-O8loDE2GzXQofh3iNQeP5OAWh7i0QCSxl4I++ERcjbU=";
sha256 = "sha256-nei4akpXA5MWpQSL/oIcwfNILTKE3lwSi1ij68FMMtQ=";
};
appimageContents = appimageTools.extractType2 {