Merge pull request #195587 from bachp/rustpython-2022-10-11

rustpython: unstable-2021-12-09 -> unstable-2022-10-11

authored by Pavol Rusnak and committed by GitHub b2dbcab0 1c042a8d

+4 -4
+4 -4
pkgs/development/interpreters/python/rustpython/default.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "rustpython"; 11 - version = "unstable-2021-12-09"; 12 13 src = fetchFromGitHub { 14 owner = "RustPython"; 15 repo = "RustPython"; 16 - rev = "db3b3127df34ff5dd569301aa36ed71ae5624e4e"; 17 - sha256 = "sha256-YwGfXs3A5L/18mHnnWubPU3Y8EI9uU3keJ2HJnnTwv0="; 18 }; 19 20 - cargoHash = "sha256-T85kiPG80oZ4mwpb8Ag40wDHKx2Aens+gM7NGXan5lM="; 21 22 # freeze the stdlib into the rustpython binary 23 cargoBuildFlags = "--features=freeze-stdlib";
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "rustpython"; 11 + version = "unstable-2022-10-11"; 12 13 src = fetchFromGitHub { 14 owner = "RustPython"; 15 repo = "RustPython"; 16 + rev = "273ffd969ca6536df06d9f69076c2badb86f8f8c"; 17 + sha256 = "sha256-t/3++EeP7a8t2H0IEPLogBri7+6u+2+v+lNb4/Ty1/w="; 18 }; 19 20 + cargoHash = "sha256-Pv7SK64+eoK1VUxDh1oH0g1veWoIvBhiZE9JI/alXJ4="; 21 22 # freeze the stdlib into the rustpython binary 23 cargoBuildFlags = "--features=freeze-stdlib";