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

eigenmath: 0-unstable-2024-04-26 -> 0-unstable-2024-05-03
This commit is contained in:
Nick Cao 2024-05-05 10:01:07 -04:00 committed by GitHub
commit f3b0480d94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "eigenmath"; pname = "eigenmath";
version = "0-unstable-2024-04-26"; version = "0-unstable-2024-05-03";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "georgeweigt"; owner = "georgeweigt";
repo = pname; repo = pname;
rev = "14a55ff60d078b752033b4ae29d332b04b6e8912"; rev = "69ebfbaa7f328ddc9d97b7c404369818a5febe4a";
hash = "sha256-p7wcLmssTqs3LCkZWB9rhCXEc4IVgZJNBvRhS51oH5E="; hash = "sha256-lHxVyUXIY9+YIStA6202Bhy/b0xaxJbW/VPI7FbNJk0=";
}; };
checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in '' checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''