Commit ee3ee9ad authored by R. RyanTM's avatar R. RyanTM
Browse files

eigenmath: unstable-2023-08-03 -> unstable-2023-10-26

parent aaccf42b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "eigenmath";
  version = "unstable-2023-08-03";
  version = "unstable-2023-10-26";

  src = fetchFromGitHub {
    owner = "georgeweigt";
    repo = pname;
    rev = "f202cf0c342e54e994c4d416daecc1b1dc8b9c98";
    hash = "sha256-kp4zWTPYt2DiuPgTK+ib8NbKg2BJVxJDDCvIlWNuwgs=";
    rev = "043895fbaed27a4baace7c7c0c1f69ea5a9f3d1a";
    hash = "sha256-roPyRaT89I3HbyvBK/owiigMus1EeKEhhKHFsgfzp10=";
  };

  checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''