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: 0bf7300375e3
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d6d4a6b456e5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 9, 2019

  1. Geogebra: 5.0.535 -> 5.0.560

    BenBals committed Oct 9, 2019
    Copy the full SHA
    911d5d5 View commit details
  2. Merge pull request #70845 from BenBals/master

    Geogebra: 5.0.535 -> 5.0.560
    globin authored Oct 9, 2019
    Copy the full SHA
    d6d4a6b 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,7 +2,7 @@

stdenv.mkDerivation rec {
pname = "geogebra";
version = "5-0-535-0";
version = "5-0-560-0";

preferLocalBuild = true;

@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
"https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2"
"http://web.archive.org/https://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${version}.tar.bz2"
];
sha256 = "1mbjwa9isw390i0k1yh6r9wmh8zkczian0v25w2vxb2a8vv0hjk0";
sha256 = "16w6z3axzb9g51w4cbyf5zj6gpm9qab65xbw1184v5wym5llf4iw";
};

srcIcon = fetchurl {