Merge pull request #298276 from r-ryantm/auto-update/eigenmath
eigenmath: unstable-2024-03-11 -> unstable-2024-03-20
This commit is contained in:
commit
f09276f23e
1 changed files with 3 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "eigenmath";
|
||||
version = "unstable-2024-03-11";
|
||||
version = "unstable-2024-03-20";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "georgeweigt";
|
||||
repo = pname;
|
||||
rev = "dfa24af6c747e1c90d79a462c2a5a0716b3a1dc0";
|
||||
hash = "sha256-kgC+E/ecgl27Hs+qCyqg8CjbEyB91AgN397DST/dPMI=";
|
||||
rev = "262a6525225be7bcef52c3072b1061db3c238055";
|
||||
hash = "sha256-QH8mLlcCOuq77vLer8RsSnD9VeJu9kAVv2qWAH3ky6I=";
|
||||
};
|
||||
|
||||
checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''
|
||||
|
|
Loading…
Reference in a new issue