Merge pull request #327727 from markuskowa/fix-spglib

spglib: fix hash
This commit is contained in:
Masum Reza
2024-07-19 00:23:50 +05:30
committed by GitHub
@@ -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 ];