tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
libqalculate, qalculate-gtk: 0.9.8 -> 0.9.9
Gabriel Ebner
9 years ago
497b3cab
9abbd6ad
+4
-4
2 changed files
expand all
collapse all
unified
split
pkgs
applications
science
math
qalculate-gtk
default.nix
development
libraries
libqalculate
default.nix
+2
-2
pkgs/applications/science/math/qalculate-gtk/default.nix
···
1
1
{ stdenv, fetchurl, intltool, autoreconfHook, pkgconfig, libqalculate, gtk3, wrapGAppsHook }:
2
2
stdenv.mkDerivation rec {
3
3
name = "qalculate-gtk-${version}";
4
4
-
version = "0.9.8";
4
4
+
version = "0.9.9";
5
5
6
6
src = fetchurl {
7
7
url = "https://github.com/Qalculate/qalculate-gtk/archive/v${version}.tar.gz";
8
8
-
sha256 = "15ci0p7jlikk2rira6ykgrmcdvgpxzprpqmkdxx6hsg4pvzrj54s";
8
8
+
sha256 = "0v9ibycilygmi9zzi7cxif7si56c85lfzdvbqnbf32whg8ydqqkg";
9
9
};
10
10
11
11
nativeBuildInputs = [ intltool pkgconfig autoreconfHook wrapGAppsHook ];
+2
-2
pkgs/development/libraries/libqalculate/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
name = "libqalculate-${version}";
5
5
-
version = "0.9.8";
5
5
+
version = "0.9.9";
6
6
7
7
src = fetchurl {
8
8
url = "https://github.com/Qalculate/libqalculate/archive/v${version}.tar.gz";
9
9
-
sha256 = "07rd95a0wsqs3iymr64mlljn191f8gdnjvr9d4l1spjv3s8j5wdi";
9
9
+
sha256 = "0avri5c3sr31ax0vjvzla1a11xb4irnrc6571lm6w4zxigqakkqk";
10
10
};
11
11
12
12
nativeBuildInputs = [ intltool pkgconfig autoreconfHook doxygen ];