Loading pkgs/development/interpreters/python/rustpython/Cargo.lock +506 −452 File changed.Preview size limit exceeded, changes collapsed. Show changes pkgs/development/interpreters/python/rustpython/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -8,21 +8,20 @@ rustPlatform.buildRustPackage rec { pname = "rustpython"; version = "0.3.0"; version = "0.3.1"; src = fetchFromGitHub { owner = "RustPython"; repo = "RustPython"; rev = "refs/tags/${version}"; hash = "sha256-8tDzgsmKLjsfMT5j5HqrQ93LsGHxmC2DJu5KbR3FNXc="; hash = "sha256-AtIaWwE1pEIP1SJN9dYgHRP1GX4LTmetIPztHbsBXto="; }; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { "rustpython-ast-0.3.0" = "sha256-5IR/G6Y9OE0+gTvU1iTob0TxfiV3O9elA/0BUy2GA8g="; "rustpython-ast-0.3.1" = "sha256-dT0x4E8k/FcSP/q0uwwBWniT1n9HGmFF/HV6hAE6bGU="; "rustpython-doc-0.3.0" = "sha256-34ERuLFKzUD9Xmf1zlafe42GLWZfUlw17ejf/NN6yH4="; "unicode_names2-0.6.0" = "sha256-eWg9+ISm/vztB0KIdjhq5il2ZnwGJQCleCYfznCI3Wg="; }; }; Loading Loading
pkgs/development/interpreters/python/rustpython/Cargo.lock +506 −452 File changed.Preview size limit exceeded, changes collapsed. Show changes
pkgs/development/interpreters/python/rustpython/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -8,21 +8,20 @@ rustPlatform.buildRustPackage rec { pname = "rustpython"; version = "0.3.0"; version = "0.3.1"; src = fetchFromGitHub { owner = "RustPython"; repo = "RustPython"; rev = "refs/tags/${version}"; hash = "sha256-8tDzgsmKLjsfMT5j5HqrQ93LsGHxmC2DJu5KbR3FNXc="; hash = "sha256-AtIaWwE1pEIP1SJN9dYgHRP1GX4LTmetIPztHbsBXto="; }; cargoLock = { lockFile = ./Cargo.lock; outputHashes = { "rustpython-ast-0.3.0" = "sha256-5IR/G6Y9OE0+gTvU1iTob0TxfiV3O9elA/0BUy2GA8g="; "rustpython-ast-0.3.1" = "sha256-dT0x4E8k/FcSP/q0uwwBWniT1n9HGmFF/HV6hAE6bGU="; "rustpython-doc-0.3.0" = "sha256-34ERuLFKzUD9Xmf1zlafe42GLWZfUlw17ejf/NN6yH4="; "unicode_names2-0.6.0" = "sha256-eWg9+ISm/vztB0KIdjhq5il2ZnwGJQCleCYfznCI3Wg="; }; }; Loading