heynote: 2.3.3 -> 2.4.0 (#430847)

Co-authored-by: jasoncrevier <jasoncrevier@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-04 14:35:42 +00:00
committed by GitHub
co-authored by jasoncrevier
+2 -2
View File
@@ -7,11 +7,11 @@
}:
let
pname = "heynote";
version = "2.3.3";
version = "2.4.0";
src = fetchurl {
url = "https://github.com/heyman/heynote/releases/download/v${version}/Heynote_${version}_x86_64.AppImage";
sha256 = "sha256-Py4/qDE7lt4tawVdxl49cp8jbMurs2UpW+Dsz+sdeqo=";
sha256 = "sha256-FWd2nKl722aqU1rtOKhCvtHxV0ahaIEQkfRO2NwtaVk=";
};
appimageContents = appimageTools.extractType2 {