Unverified Commit be7996fa authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #263696 from r-ryantm/auto-update/eigenmath

eigenmath: unstable-2023-08-03 -> unstable-2023-10-26
parents 2ca7c1c8 ee3ee9ad
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 ''