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

Commits on Sep 4, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    721da4b View commit details

Commits on Sep 5, 2020

  1. Merge pull request #97100 from voidIess/geogebra6

    geogebra6: 6-0-598-0 -> 6-0-600-0
    Ma27 authored Sep 5, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3bbe737 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/science/math/geogebra/geogebra6.nix
6 changes: 3 additions & 3 deletions pkgs/applications/science/math/geogebra/geogebra6.nix
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@
stdenv.mkDerivation rec{

name = "geogebra-${version}";
version = "6-0-598-0";
version = "6-0-600-0";

src = fetchurl {
urls = [
"https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${version}.zip"
"https://web.archive.org/web/20200815132422/https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${version}.zip"
"https://web.archive.org/web/20200904093945/https://download.geogebra.org/installers/6.0/GeoGebra-Linux64-Portable-${version}.zip"
];
sha256 = "1klazsgrpmfd6vjzpdcfl5x8qhhbh6vx2g6id4vg16ac4sjdrb0c";
sha256 = "1l49rvfkil2cz6r7sa2mi0p6hvb6p66jv3x6xj8hjqls4l3sfhkm";
};

dontConfigure = true;