From 394e89f109cc5f37e0ba50fecf7e2b5aec3c2e83 Mon Sep 17 00:00:00 2001 From: Reinout Meliesie Date: Sun, 2 Mar 2025 18:55:56 +0100 Subject: [PATCH] Fix hash for django-imagekit --- python3.11-django-imagekit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.11-django-imagekit.nix b/python3.11-django-imagekit.nix index 7c1da7e..d88675f 100644 --- a/python3.11-django-imagekit.nix +++ b/python3.11-django-imagekit.nix @@ -13,7 +13,7 @@ mkDerivation { owner = "matthewwithanm" ; repo = "django-imagekit" ; rev = "4cbbc52fabfd99a6306cdbb8ab2602bb0a0190a9" ; - hash = "" ; + hash = "sha256-QYWhXh404JNAZN7kXYhsPQpFpyBA/MehxJOxdDKX0Mc=" ; } ; installPhase = ''