Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 89a32f458635
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5c04222d851b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 30, 2017

  1. geogebra: 5-0-355-0 -> 5-0-361-0

    Ma27 committed May 30, 2017
    Copy the full SHA
    47e8665 View commit details
  2. Merge pull request #26228 from Ma27/update/geogebra

    geogebra: 5-0-355-0 -> 5-0-361-0
    FRidh authored May 30, 2017
    Copy the full SHA
    5c04222 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/science/math/geogebra/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/science/math/geogebra/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

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

preferLocalBuild = true;

src = fetchurl {
url = "http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2";
sha256 = "0gm6jqlc3kgnbwnqlz6i9rahdy802jq7xc9gw1q5ynk63smm3ngk";
sha256 = "14kidnk8bidklv474zqipv3f77qnfmc697pl407v0rja481c649a";
};

srcIcon = fetchurl {