Unverified Commit c82d8f6d authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #185073 from ShadowRZ/shadowrz/qownnotes

parents 9a9077e2 880a1076
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

mkDerivation rec {
  pname = "qownnotes";
  version = "22.7.6";
  version = "22.8.0";

  src = fetchurl {
    url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz";
    # Fetch the checksum of current version with curl:
    # curl https://download.tuxfamily.org/qownnotes/src/qownnotes-<version>.tar.xz.sha256
    sha256 = "d2f0b6f62714495dd14387535ab34c0cf94d1679c5db4a257ef87bb855b7771b";
    sha256 = "37ae0952119341b7a07a80bb79e732d91edab3a684b6b9a626e5a9d13a97fad1";
  };

  nativeBuildInputs = [ qmake qttools ];
+1 −1
Original line number Diff line number Diff line
@@ -10054,7 +10054,7 @@ with pkgs;
  qosmic = libsForQt5.callPackage ../applications/graphics/qosmic { };
  qownnotes = libsForQt514.callPackage ../applications/office/qownnotes { };
  qownnotes = libsForQt5.callPackage ../applications/office/qownnotes { };
  qpdf = callPackage ../development/libraries/qpdf { };