Commit ea895300 authored by liberodark's avatar liberodark
Browse files

mathemagix: 11126 -> 11229

parent f7c79ff0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,12 +12,12 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "mathemagix";
  version = "11126";
  version = "11229";

  src = fetchsvn {
    url = "https://subversion.renater.fr/anonscm/svn/mmx/";
    rev = finalAttrs.version;
    hash = "sha256-AFnYd5oFg/wgaHPjfZmqXNljEpoFW4h6f3UG+KZauEs=";
    hash = "sha256-JSjgvbOjV/66wjFpLGI1vCTvNGdYX48JTGGvWdBzQm8=";
  };

  strictDeps = true;