coin3d: fix hash 4.0.3

This commit is contained in:
Henner Zeller 2024-09-15 23:00:19 -07:00
parent 072a683017
commit a37bd24e44

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "coin3d";
repo = "coin";
rev = "v${finalAttrs.version}";
hash = "sha256-EeLfIu+InGy56zqjhbNle4hPjQmzwqzHA4ODBMjb9kg=";
hash = "sha256-dUFmcUOdNc3ZFtr+Hnh3Q3OY/JA/WxmiRJiU2RFSSus=";
};
nativeBuildInputs = [ cmake ];