From 5c4eaae36fedd82fe63ad90bdfc1c693f3531a66 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 22 Aug 2026 14:19:27 +0000 Subject: [PATCH] python3Packages.cramjam: fix hash --- pkgs/development/python-modules/cramjam/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/cramjam/default.nix b/pkgs/development/python-modules/cramjam/default.nix index ea49c4ed2379..2364f21bed8c 100644 --- a/pkgs/development/python-modules/cramjam/default.nix +++ b/pkgs/development/python-modules/cramjam/default.nix @@ -21,12 +21,12 @@ buildPythonPackage (finalAttrs: { owner = "milesgranger"; repo = "cramjam"; tag = "v${finalAttrs.version}"; - hash = "sha256-vGT57ou9nnCVCw8LR+w+5MV54EqwT2R+ww9acRQk8Lc="; + hash = "sha256-Sjb1YBFJ26or4RiTA1G0UmVD6tyi9hNwBrde7E/WOes="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit (finalAttrs) pname src version; - hash = "sha256-evXYLbv+GwSBUJBb0upjQTFtMPdQbKka8KfJltMUmDs="; + hash = "sha256-wTheNASf8G4i8cTLPcreBM1+Kl/VvR+jyliiSC+KMpY="; }; nativeBuildInputs = [