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

eigenmath: unstable-2024-03-20 -> unstable-2024-04-08
This commit is contained in:
Nick Cao 2024-04-11 13:06:55 -04:00 committed by GitHub
commit 1ae21148cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "eigenmath";
version = "unstable-2024-03-20";
version = "unstable-2024-04-08";
src = fetchFromGitHub {
owner = "georgeweigt";
repo = pname;
rev = "262a6525225be7bcef52c3072b1061db3c238055";
hash = "sha256-QH8mLlcCOuq77vLer8RsSnD9VeJu9kAVv2qWAH3ky6I=";
rev = "c0be6c47309aa40d44784a3a4c4c07bc4e8fb6fa";
hash = "sha256-UVCazX0P03+e1exnpXrGNc/1vHxLH04Xtvgsy00UAoI=";
};
checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''