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

eigenmath: unstable-2024-02-04 -> unstable-2024-02-25

parent c955a451
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-2024-02-04";
  version = "unstable-2024-02-25";

  src = fetchFromGitHub {
    owner = "georgeweigt";
    repo = pname;
    rev = "3e37263611e181e2927d63b97b7656790c7f4fe1";
    hash = "sha256-gjmz9Ma7OLQyIry6i2HMNy4Ai5Wh5NUzDKPO2a9Hp+s=";
    rev = "4391a5bfe22d095cdf9fc12f376f64a8ffccccd9";
    hash = "sha256-p+dnu35HGX8SgVpq5NczoZVehzfcuN+uucGurT7lWYM=";
  };

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