3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #36094 from ryantm/auto-update/wxmaxima-17.10.1-to-18.02.0

wxmaxima: 17.10.1 -> 18.02.0
This commit is contained in:
Peter Simons 2018-02-28 13:40:02 +01:00 committed by GitHub
commit 09f18d3baf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "wxmaxima-${version}";
version = "17.10.1";
version = "18.02.0";
src = fetchFromGitHub {
owner = "andrejv";
repo = "wxmaxima";
rev = "Version-${version}";
sha256 = "088h8dlc9chkppwl4ck9i0fgf2d1dcpi5kq8qbpr5w75vhwsb6qm";
sha256 = "0s7bdykc77slqix28cyaa6x8wvxrn8461mkdgxflvi2apwsl56aa";
};
buildInputs = [ wxGTK maxima gnome3.defaultIconTheme ];