heynote: 2.5.0 -> 2.6.1 (#448564)

This commit is contained in:
Nick Cao
2025-10-05 15:10:20 +00:00
committed by GitHub
+2 -2
View File
@@ -7,11 +7,11 @@
}:
let
pname = "heynote";
version = "2.5.0";
version = "2.6.1";
src = fetchurl {
url = "https://github.com/heyman/heynote/releases/download/v${version}/Heynote_${version}_x86_64.AppImage";
sha256 = "sha256-01GWQxauMKwqEp3kbegCwn2lpsobtRjO+6I90wiH9wU=";
sha256 = "sha256-NA7oKutjxj1Chv7EJ0V7L0uF1oMSZqh97Ly6UYbzhuQ=";
};
appimageContents = appimageTools.extractType2 {