tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
qownnotes: 21.10.9 -> 21.11.4
Matthias Thym
4 years ago
75a643d9
a65843af
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
office
qownnotes
default.nix
+2
-2
pkgs/applications/office/qownnotes/default.nix
···
5
6
mkDerivation rec {
7
pname = "qownnotes";
8
-
version = "21.10.9";
9
10
src = fetchurl {
11
url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz";
12
# Fetch the checksum of current version with curl:
13
# curl https://download.tuxfamily.org/qownnotes/src/qownnotes-<version>.tar.xz.sha256
14
-
sha256 = "2c86d66ae427bdcd16d706b982cedaa669a27340f7819fc97a8e2b24c709e74f";
15
};
16
17
nativeBuildInputs = [ qmake qttools ];
···
5
6
mkDerivation rec {
7
pname = "qownnotes";
8
+
version = "21.11.4";
9
10
src = fetchurl {
11
url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz";
12
# Fetch the checksum of current version with curl:
13
# curl https://download.tuxfamily.org/qownnotes/src/qownnotes-<version>.tar.xz.sha256
14
+
sha256 = "3eb025873160cecd4fa35ae5079c150d4aa5dd3152fd58c5e216b592af43e8dc";
15
};
16
17
nativeBuildInputs = [ qmake qttools ];