eigenpy: fix hash

This commit is contained in:
Guilhem Saurel 2024-04-16 21:21:07 +02:00
parent 1863e4a7bc
commit c7aae499f8

View File

@ -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 = [