summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-02-07 14:49:25 +0000
committerPeter Simons <simons@cryp.to>2011-02-07 14:49:25 +0000
commit7795e5ec245216fc62303136b83c1c629bdc0c7d (patch)
tree27a1da52e910197f784fcafd74b185688b3d0f01 /pkgs
parent80c344d0cf7308631c9576baa2d47b6d3d79b353 (diff)
downloadnixpkgs-7795e5ec245216fc62303136b83c1c629bdc0c7d.tar
nixpkgs-7795e5ec245216fc62303136b83c1c629bdc0c7d.tar.gz
nixpkgs-7795e5ec245216fc62303136b83c1c629bdc0c7d.tar.bz2
nixpkgs-7795e5ec245216fc62303136b83c1c629bdc0c7d.tar.lz
nixpkgs-7795e5ec245216fc62303136b83c1c629bdc0c7d.tar.xz
nixpkgs-7795e5ec245216fc62303136b83c1c629bdc0c7d.tar.zst
nixpkgs-7795e5ec245216fc62303136b83c1c629bdc0c7d.zip
pkgs/applications/science/math/wxmaxima/default.nix: fixed the sha256 checksum
svn path=/nixpkgs/trunk/; revision=25796
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/science/math/wxmaxima/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/wxmaxima/default.nix b/pkgs/applications/science/math/wxmaxima/default.nix
index 499ec63d5cd..ee60d68258b 100644
--- a/pkgs/applications/science/math/wxmaxima/default.nix
+++ b/pkgs/applications/science/math/wxmaxima/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "mirror://sourceforge/${name}/wxMaxima-${version}.tar.gz";
-    sha256 = "40e792eb27866ae68e3b3fa67983518fd0274eaad314e6ba709cb1f972204157";
+    sha256 = "0ms141rgkccwf2xfc56km972gl4ga61pk9iz7f7fcsl64zmr5rs0";
   };
 
   buildInputs = [maxima wxGTK];