Skip to content

Commit

Permalink
geogebra: 5.0.271.0 -> 5-0-320-0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jan 28, 2017
1 parent 2200532 commit eda5bca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/science/math/geogebra/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

stdenv.mkDerivation rec {
name = "geogebra-${version}";
version = "5.0.271.0";
version = "5-0-320-0";

preferLocalBuild = true;

src = fetchurl {
url = "http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2";
sha256 = "5dd5be1cde27c9b567f79c38048045864064b69c0d2b469ae93e1fca5f543475";
sha256 = "039mrjwgkj3z51zq4xpchzr4msz5xgscgmp36dr1wms1kl42vibk";
};

srcIcon = fetchurl {
url = "http://static.geogebra.org/images/geogebra-logo.svg";
sha256 = "55ded6b5ec9ad382494f858d8ab5def0ed6c7d529481cd212863b2edde3b5e07";
sha256 = "01sy7ggfvck350hwv0cla9ynrvghvssqm3c59x4q5lwsxjsxdpjm";
};

desktopItem = makeDesktopItem {
Expand Down

0 comments on commit eda5bca

Please sign in to comment.