eigenmath: unstable-2023-06-16 -> unstable-2023-08-03
Diff: https://github.com/georgeweigt/eigenmath/compare/800adc5c0bd654eb9ad28497e1b78c4061b3a4cb...f202cf0c342e54e994c4d416daecc1b1dc8b9c98
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "eigenmath";
|
||||
version = "unstable-2023-06-16";
|
||||
version = "unstable-2023-08-03";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "georgeweigt";
|
||||
repo = pname;
|
||||
rev = "800adc5c0bd654eb9ad28497e1b78c4061b3a4cb";
|
||||
hash = "sha256-/ViU44E3myAc7B8amm/TaIh70g2Z7IC4KRRG3++nOKs=";
|
||||
rev = "f202cf0c342e54e994c4d416daecc1b1dc8b9c98";
|
||||
hash = "sha256-kp4zWTPYt2DiuPgTK+ib8NbKg2BJVxJDDCvIlWNuwgs=";
|
||||
};
|
||||
|
||||
checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''
|
||||
|
||||
Reference in New Issue
Block a user