mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
eigenmath: unstable-2024-02-25 -> unstable-2024-03-06
This commit is contained in:
parent
413506a7ca
commit
f4a362ed25
@ -7,13 +7,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "eigenmath";
|
||||
version = "unstable-2024-02-25";
|
||||
version = "unstable-2024-03-06";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "georgeweigt";
|
||||
repo = pname;
|
||||
rev = "4391a5bfe22d095cdf9fc12f376f64a8ffccccd9";
|
||||
hash = "sha256-p+dnu35HGX8SgVpq5NczoZVehzfcuN+uucGurT7lWYM=";
|
||||
rev = "ff2a5f89969e106f57ad624ac3897e06f26692d7";
|
||||
hash = "sha256-54nw734EjICaac8PvdgiGeDWdJTCXnWVUJL2uE937E4=";
|
||||
};
|
||||
|
||||
checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''
|
||||
|
Loading…
Reference in New Issue
Block a user