Unverified Commit 683ee2df authored by rewine's avatar rewine Committed by GitHub
Browse files

Merge pull request #315130 from r-ryantm/auto-update/qownnotes

qownnotes: 24.5.4 -> 24.5.8
parents 2b7d15c4 4382b218
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 = [