tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
{libqalculate, qalculate-gtk, qalculate-qt}: 5.0.0 -> 5.1.0
alyaeanyx
2 years ago
3489da47
e049102f
+6
-6
3 changed files
expand all
collapse all
unified
split
pkgs
applications
science
math
qalculate-gtk
default.nix
qalculate-qt
default.nix
development
libraries
libqalculate
default.nix
+2
-2
pkgs/applications/science/math/qalculate-gtk/default.nix
···
2
3
stdenv.mkDerivation (finalAttrs: {
4
pname = "qalculate-gtk";
5
-
version = "5.0.0";
6
7
src = fetchFromGitHub {
8
owner = "qalculate";
9
repo = "qalculate-gtk";
10
rev = "v${finalAttrs.version}";
11
-
hash = "sha256-hlGNL7aMzxBxtATWJBqJTFEQqMv10oC3sRCdtRLHOww=";
12
};
13
14
hardeningDisable = [ "format" ];
···
2
3
stdenv.mkDerivation (finalAttrs: {
4
pname = "qalculate-gtk";
5
+
version = "5.1.0";
6
7
src = fetchFromGitHub {
8
owner = "qalculate";
9
repo = "qalculate-gtk";
10
rev = "v${finalAttrs.version}";
11
+
hash = "sha256-yI+8TrNZJt4eJnDX5mk6RozBe2ZeP7sTyAjsgiYQPck=";
12
};
13
14
hardeningDisable = [ "format" ];
+2
-2
pkgs/applications/science/math/qalculate-qt/default.nix
···
2
3
stdenv.mkDerivation (finalAttrs: {
4
pname = "qalculate-qt";
5
-
version = "5.0.0";
6
7
src = fetchFromGitHub {
8
owner = "qalculate";
9
repo = "qalculate-qt";
10
rev = "v${finalAttrs.version}";
11
-
hash = "sha256-X7IY2yXpZiyE+T2dl0G4tWpJ5O6MVCy/sOY3v9inma0=";
12
};
13
14
nativeBuildInputs = [ qmake intltool pkg-config qttools wrapQtAppsHook ];
···
2
3
stdenv.mkDerivation (finalAttrs: {
4
pname = "qalculate-qt";
5
+
version = "5.1.0";
6
7
src = fetchFromGitHub {
8
owner = "qalculate";
9
repo = "qalculate-qt";
10
rev = "v${finalAttrs.version}";
11
+
hash = "sha256-gJfIC5HdA10gb/Dh/yhJbkCZfhUnN0zihqyfDjPv6ow=";
12
};
13
14
nativeBuildInputs = [ qmake intltool pkg-config qttools wrapQtAppsHook ];
+2
-2
pkgs/development/libraries/libqalculate/default.nix
···
18
19
stdenv.mkDerivation (finalAttrs: {
20
pname = "libqalculate";
21
-
version = "5.0.0";
22
23
src = fetchFromGitHub {
24
owner = "qalculate";
25
repo = "libqalculate";
26
rev = "v${finalAttrs.version}";
27
-
hash = "sha256-VhaGgtSU6+7eMY7ksQMpybmt2JBI80Nwgu7PCKrTorA=";
28
};
29
30
outputs = [ "out" "dev" "doc" ];
···
18
19
stdenv.mkDerivation (finalAttrs: {
20
pname = "libqalculate";
21
+
version = "5.1.0";
22
23
src = fetchFromGitHub {
24
owner = "qalculate";
25
repo = "libqalculate";
26
rev = "v${finalAttrs.version}";
27
+
hash = "sha256-74P8jIeg0Pge+/U0cQsrEfE+P8upBAr8xSyLhB4zOVU=";
28
};
29
30
outputs = [ "out" "dev" "doc" ];