python3Packages.torchrl: fix hash

This commit is contained in:
Gaetan Lepage
2026-06-13 22:42:45 +00:00
parent 9e181602f4
commit 5daeda6cdd
@@ -83,7 +83,7 @@ buildPythonPackage (finalAttrs: {
owner = "pytorch";
repo = "rl";
tag = "v${finalAttrs.version}";
hash = "sha256-S0jfngqmRQwIVGHM72KUnp/TlR2js+QLRpsX6abiv84=";
hash = "sha256-xnQLwOofHwdRvrOMNJpAEiOT7BEfxoPmrcxw2H3CTvI=";
};
postPatch = ''