qownnotes: 25.5.3 -> 25.5.8 (#408597)

Co-authored-by: pbek <patrizio@bekerle.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-19 07:03:21 +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.5.3";
version = "25.5.8";
src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz";
hash = "sha256-853xxUgRMtnL+frLCmzzGL44xstDwnrEMhYBFpL5hmQ=";
hash = "sha256-5/L7DNHwVW/5RYt65rlHGQdCNNxnZaPKnhwfu4zMRtQ=";
};
nativeBuildInputs =