eigenpy: fix hash
This commit is contained in:
parent
1863e4a7bc
commit
c7aae499f8
@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
owner = "stack-of-tasks";
|
owner = "stack-of-tasks";
|
||||||
repo = "eigenpy";
|
repo = "eigenpy";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-/k5eltoeUW05FTjvStAOw+tguWLUaUced8TArrk4UDI=";
|
hash = "sha256-ar7KmlvWD2qoOonaH8YhVssZhpbTdHNvxY7rzvmhzc0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user