Merge pull request #277963 from r-ryantm/auto-update/eigenmath
eigenmath: unstable-2023-12-12 -> unstable-2023-12-31
This commit is contained in:
commit
13eba5bd92
1 changed files with 3 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "eigenmath";
|
pname = "eigenmath";
|
||||||
version = "unstable-2023-12-12";
|
version = "unstable-2023-12-31";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "georgeweigt";
|
owner = "georgeweigt";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "bec2c9bd0750ec7970f6c701e619565c9d348e84";
|
rev = "cc92936e226b0a4c77cdc5d00b7a02c472746f6f";
|
||||||
hash = "sha256-+VohU8mkFjZ0zhjmri0KY1kTzPLn2q5Au4nEBdXcR+8=";
|
hash = "sha256-wY06pZzqcgYdBS7ecB3ZnvmK74ve651n6aHHAN5DWdw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''
|
checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''
|
||||||
|
|
Loading…
Reference in a new issue