We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb45249 commit b8d2ae2Copy full SHA for b8d2ae2
1 file changed
pkgs/by-name/qo/qownnotes/package.nix
@@ -19,11 +19,11 @@
19
stdenv.mkDerivation (finalAttrs: {
20
pname = "qownnotes";
21
appname = "QOwnNotes";
22
- version = "25.10.0";
+ version = "25.10.1";
23
24
src = fetchurl {
25
url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz";
26
- hash = "sha256-hBRVho+BsxGSc+8XGur0AX7iZ/li9p5mM5N87vh92KA=";
+ hash = "sha256-fH8lLVp8u9cL8bWy2SJGZWdh9gbLMw5MZgw6M4rSr+4=";
27
};
28
29
nativeBuildInputs = [
0 commit comments