Merge pull request #268370 from r-ryantm/auto-update/eigenmath
eigenmath: unstable-2023-10-26 -> unstable-2023-11-17
This commit is contained in:
commit
d0b6bb4010
1 changed files with 3 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "eigenmath";
|
||||
version = "unstable-2023-10-26";
|
||||
version = "unstable-2023-11-17";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "georgeweigt";
|
||||
repo = pname;
|
||||
rev = "043895fbaed27a4baace7c7c0c1f69ea5a9f3d1a";
|
||||
hash = "sha256-roPyRaT89I3HbyvBK/owiigMus1EeKEhhKHFsgfzp10=";
|
||||
rev = "b0d822f10243ad5b1c88efb5a82b43a0bbf1bfbc";
|
||||
hash = "sha256-eJ/EmzV5UZGxwZNIna/XXkYY+vkLc610KcywBFPRfyM=";
|
||||
};
|
||||
|
||||
checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''
|
||||
|
|
Loading…
Reference in a new issue