qownnotes: 25.5.8 -> 25.5.10

Implicitly fixes the build, as the 25.5.8 source tarball is missing:
https://github.com/pbek/QOwnNotes/issues/3282

Changelog: https://www.qownnotes.org/changelog.html#_25-5-10
This commit is contained in:
Bjørn Forsman 2025-05-24 07:44:43 +02:00
parent 72200554df
commit 9a4eaf1b61

View file

@ -17,11 +17,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qownnotes";
appname = "QOwnNotes";
version = "25.5.8";
version = "25.5.10";
src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz";
hash = "sha256-5/L7DNHwVW/5RYt65rlHGQdCNNxnZaPKnhwfu4zMRtQ=";
hash = "sha256-P8vBLDnkBjTU/x47ka0Ps3nR+Wi4C6Gx+d0sP8lF/xM=";
};
nativeBuildInputs =