Unverified Commit 39d126d5 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #190911 from wineee/qown

qownnotes: 22.8.4 -> 22.9.0
parents 0741cf76 8cfaeb65
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

mkDerivation rec {
  pname = "qownnotes";
  version = "22.8.4";
  version = "22.9.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 = "cfb266b3a812b5f87e57d5002cd05000931baad9fefbf353b2caa05407dc79e5";
    sha256 = "sha256-PTaOExBWx7YTdVpDDSwnPu3vt12Yfh2/FW2xwnhB9WA=";
  };

  nativeBuildInputs = [ qmake qttools ];