From e18671d41f11b3d6447ecf6f2620fa4590efc89a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 28 Aug 2023 05:31:11 +0000 Subject: [PATCH] python311Packages.unstructured-api-tools: 0.10.10 -> 0.10.11 --- .../python-modules/unstructured-api-tools/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/unstructured-api-tools/default.nix b/pkgs/development/python-modules/unstructured-api-tools/default.nix index 7b3b5c8983cd..b3c904ba2f24 100644 --- a/pkgs/development/python-modules/unstructured-api-tools/default.nix +++ b/pkgs/development/python-modules/unstructured-api-tools/default.nix @@ -28,7 +28,7 @@ , pytest-mock }: let - version = "0.10.10"; + version = "0.10.11"; in buildPythonPackage { pname = "unstructured-api-tools"; @@ -40,8 +40,8 @@ buildPythonPackage { src = fetchFromGitHub { owner = "Unstructured-IO"; repo = "unstructured-api-tools"; - rev = version; - hash = "sha256-CJ5bsII24hw03JN4+8VywYRYCsnMlYHjmaIIn0zttIs="; + rev = "refs/tags/${version}"; + hash = "sha256-t1fK40ayR2bxc1iMIwvn/OHuyVlR98Gq+NpIhOmaP+4="; }; propagatedBuildInputs = [