diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-28 16:56:39 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-28 16:56:39 +0200 |
commit | f74251b5191963b979a23fa16555712aa83817ba (patch) | |
tree | 59405e5e03af7da411813467d5bcb20594bc051d | |
parent | build(nix/package): Add all required files to the src allow list (diff) | |
download | yt-f74251b5191963b979a23fa16555712aa83817ba.zip |
build(nix/package): Update the git hashes after the update
-rw-r--r-- | nix/package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/package.nix b/nix/package.nix index 24b6897..1c7d836 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -110,7 +110,7 @@ rustPlatform.buildRustPackage (finalAttrs: { lockFile = ../Cargo.lock; outputHashes = { "ruff_python_ast-0.0.0" = "sha256-/CVpNBOBpvQhz7X80nUHC2x7ZxxCJH8O0WAABJKEriA="; - "rustpython-0.4.0" = "sha256-hsWqLRiqA0pUNFkHPwvu+Myh5a3p/VXotkPq5ZexqaQ="; + "rustpython-0.4.0" = "sha256-VRWmqwbuaxvI4cR3wWQZlYiiMAiRbqpKcsNpI7T+AP8="; "rustpython-doc-0.3.0" = "sha256-34ERuLFKzUD9Xmf1zlafe42GLWZfUlw17ejf/NN6yH4="; }; }; |