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 dda3dcd commit efa0c57Copy full SHA for efa0c57
pkgs/by-name/qo/qownnotes/package.nix
@@ -17,11 +17,11 @@
17
stdenv.mkDerivation (finalAttrs: {
18
pname = "qownnotes";
19
appname = "QOwnNotes";
20
- version = "25.4.4";
+ version = "25.5.3";
21
22
src = fetchurl {
23
url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz";
24
- hash = "sha256-9xRituPXmGQ1fFHp4JvXkQ9Rvoj535UP53G6vDMl1L4=";
+ hash = "sha256-853xxUgRMtnL+frLCmzzGL44xstDwnrEMhYBFpL5hmQ=";
25
};
26
27
nativeBuildInputs =
0 commit comments