spglib: fix hash

This commit is contained in:
Markus Kowalewski 2024-07-16 21:30:28 +02:00
parent d068bb7cdc
commit 3a7f40f8c8

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "spglib";
repo = "spglib";
rev = "v${version}";
hash = "sha256-nooN4skbhEoUD+YuBtdI7TJq7PIdH9EN5dYAheILp5w=";
hash = "sha256-/PG+ewlxIyf5Au2kVvsAYCfGZgUOOEpA1uATu15ut+M=";
};
nativeBuildInputs = [ cmake gfortran gtest ];