We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc343a commit 89ef382Copy full SHA for 89ef382
1 file changed
pkgs/by-name/he/heynote/package.nix
@@ -7,11 +7,11 @@
7
}:
8
let
9
pname = "heynote";
10
- version = "2.2.1";
+ version = "2.2.2";
11
12
src = fetchurl {
13
url = "https://github.com/heyman/heynote/releases/download/v${version}/Heynote_${version}_x86_64.AppImage";
14
- sha256 = "sha256-IUy5EAtUk5+e64DC4VXXTgkyrG3mNJiItf1d4DR/fms=";
+ sha256 = "sha256-DFJ7j8eFElbsU7EiIZuH9DdkuBVmmDQ66tkRDYBApCc=";
15
};
16
17
appimageContents = appimageTools.extractType2 {
0 commit comments