qownnotes: 25.5.3 -> 25.5.8 (#408597)

Co-authored-by: pbek <patrizio@bekerle.com>

authored by nixpkgs-merge-bot[bot] pbek and committed by GitHub da79d112 c6a543d2

+2 -2
+2 -2
pkgs/by-name/qo/qownnotes/package.nix
··· 17 17 stdenv.mkDerivation (finalAttrs: { 18 18 pname = "qownnotes"; 19 19 appname = "QOwnNotes"; 20 - version = "25.5.3"; 20 + version = "25.5.8"; 21 21 22 22 src = fetchurl { 23 23 url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz"; 24 - hash = "sha256-853xxUgRMtnL+frLCmzzGL44xstDwnrEMhYBFpL5hmQ="; 24 + hash = "sha256-5/L7DNHwVW/5RYt65rlHGQdCNNxnZaPKnhwfu4zMRtQ="; 25 25 }; 26 26 27 27 nativeBuildInputs =