Commit 9a4eaf1b authored by Bjørn Forsman's avatar Bjørn Forsman
Browse files

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
parent 72200554
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 =