qownnotes: 25.4.4 -> 25.5.3 (#405144)

Co-authored-by: pbek <patrizio@bekerle.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-08 08:59:58 +00:00
committed by GitHub
co-authored by pbek
+2 -2
View File
@@ -17,11 +17,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qownnotes";
appname = "QOwnNotes";
version = "25.4.4";
version = "25.5.3";
src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz";
hash = "sha256-9xRituPXmGQ1fFHp4JvXkQ9Rvoj535UP53G6vDMl1L4=";
hash = "sha256-853xxUgRMtnL+frLCmzzGL44xstDwnrEMhYBFpL5hmQ=";
};
nativeBuildInputs =