about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-28 16:56:39 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-28 16:56:39 +0200
commitf74251b5191963b979a23fa16555712aa83817ba (patch)
tree59405e5e03af7da411813467d5bcb20594bc051d
parentbuild(nix/package): Add all required files to the src allow list (diff)
downloadyt-f74251b5191963b979a23fa16555712aa83817ba.zip
build(nix/package): Update the git hashes after the update
-rw-r--r--nix/package.nix2
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=";
     };
   };