Unverified Commit e98b2ab2 authored by Patrizio Bekerle's avatar Patrizio Bekerle
Browse files

qownnotes: 23.7.1 -> 23.7.2

parent c283c92d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@
let
  pname = "qownnotes";
  appname = "QOwnNotes";
  version = "23.7.1";
  version = "23.7.2";
in
stdenv.mkDerivation {
  inherit pname appname version;

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

  nativeBuildInputs = [