Skip to content

Commit

Permalink
qownnotes: 22.10.2 -> 22.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
totoroot authored and rtimush committed Sep 21, 2023
1 parent 2c88938 commit 05cb1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/office/qownnotes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

mkDerivation rec {
pname = "qownnotes";
version = "22.10.2";
version = "22.11.4";

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
hash = "sha256-cHUkMrfVrdQXKrmK2jcNT6CHw0+VEWc1tp1XGuI0XcQ=";
hash = "sha256-oZLbplYn1AYCv/fPb2dotpQeb8MITx7F5Tc4Wxd65Ew=";
};

nativeBuildInputs = [ qmake qttools ];
Expand Down

0 comments on commit 05cb1b8

Please sign in to comment.