Commit 4382b218 authored by R. RyanTM's avatar R. RyanTM
Browse files

qownnotes: 24.5.4 -> 24.5.8

parent f37d2a28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@
let
  pname = "qownnotes";
  appname = "QOwnNotes";
  version = "24.5.4";
  version = "24.5.8";
in
stdenv.mkDerivation {
  inherit pname version;

  src = fetchurl {
    url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
    hash = "sha256-OxCkIN596Zzjd2ldRn7MRpSupb2fhbZH4Hwr16Mz6Fo=";
    hash = "sha256-ciTgJxDRQdPiQuXsiesYgvwSIdtJnkzYwQhvoKYS6mo=";
  };

  nativeBuildInputs = [