heynote: 2.1.4 -> 2.2.1 (#402160)

Co-authored-by: jasoncrevier <jasoncrevier@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-26 22:54:23 +00:00
committed by GitHub
co-authored by jasoncrevier
+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 {