Skip to content

Commit

Permalink
libqalculate, qalculate-gtk: 2.0.0 -> 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Oct 10, 2017
1 parent 67c3eab commit 79ae9be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/math/qalculate-gtk/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "qalculate-gtk-${version}";
version = "2.0.0a";
version = "2.1.0";

src = fetchurl {
url = "https://github.com/Qalculate/qalculate-gtk/archive/v${version}.tar.gz";
sha256 = "0bif79wl2hi0sf4pk2b4s2xz33lj7401pygsdmxrnr5gqqq0s696";
sha256 = "14q89l6laa7v7d9qx7v71a0r2m65saxqgr9r871fasm400a9x8pw";
};

patchPhase = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libqalculate/default.nix
Expand Up @@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
name = "libqalculate-${version}";
version = "2.0.0";
version = "2.1.0";

src = fetchurl {
url = "https://github.com/Qalculate/libqalculate/archive/v${version}.tar.gz";
sha256 = "1ziw48djccsgfcjd1h3834sihr89pyb3mna096cpm47bc71saqvh";
sha256 = "036f284bssvavyz6pgpcdafvxa59h2wdrh8xl7nmxxnw9v7n2n7l";
};

outputs = [ "out" "dev" "doc" ];
Expand Down

0 comments on commit 79ae9be

Please sign in to comment.