python3Packages.torchrl: fix hash (#531491)

This commit is contained in:
kirillrdy
2026-06-14 20:18:30 +00:00
committed by GitHub
@@ -83,7 +83,7 @@ buildPythonPackage (finalAttrs: {
owner = "pytorch";
repo = "rl";
tag = "v${finalAttrs.version}";
hash = "sha256-S0jfngqmRQwIVGHM72KUnp/TlR2js+QLRpsX6abiv84=";
hash = "sha256-xnQLwOofHwdRvrOMNJpAEiOT7BEfxoPmrcxw2H3CTvI=";
};
postPatch = ''