From ee7a6b6fca7a71ce4e3617b0fbdf83c9d773ea27 Mon Sep 17 00:00:00 2001 From: Reinout Meliesie Date: Sun, 2 Mar 2025 23:54:20 +0100 Subject: [PATCH] Add hash to python-s3-tar package --- python3.11-s3-tar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.11-s3-tar.nix b/python3.11-s3-tar.nix index 39c78f5..f6047f0 100644 --- a/python3.11-s3-tar.nix +++ b/python3.11-s3-tar.nix @@ -13,7 +13,7 @@ mkDerivation { owner = "xtream1101" ; repo = "s3-tar" ; rev = "62f7f1118f9e83724dbf9e8458b5505b3a0ba758" ; - hash = "" ; + hash = "sha256-s2ei0joUNDZ2e18YbjMMlGOJpuMTFUwEjgRiUGb4EqI=" ; } ; dontPatch = true ;