python3Packages.tensordict: fix hash

This commit is contained in:
Gaetan Lepage
2026-04-08 16:21:46 +00:00
parent eaabf13bc8
commit 8e87791dc8
@@ -36,7 +36,7 @@ buildPythonPackage (finalAttrs: {
owner = "pytorch";
repo = "tensordict";
tag = "v${finalAttrs.version}";
hash = "sha256-5m5nNVsaBabUuKPHErBr+LQWfCvjG9b2CjwdK9mASF0=";
hash = "sha256-rnMp0u3sl9zqIKNp3OoM9PmE/468YCwqTY4rdDHxamw=";
};
postPatch = ''