From 86b6ea079bdf30d2b0ee88d6d08fc241c5cd9a88 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 15 Jun 2022 12:42:01 +0000 Subject: [PATCH] python310Packages.container-inspector: 31.0.0 -> 31.1.0 --- .../python-modules/container-inspector/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/container-inspector/default.nix b/pkgs/development/python-modules/container-inspector/default.nix index 9d4f67ca8302..00dae814b1c2 100644 --- a/pkgs/development/python-modules/container-inspector/default.nix +++ b/pkgs/development/python-modules/container-inspector/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "container-inspector"; - version = "31.0.0"; + version = "31.1.0"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -20,8 +20,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "nexB"; repo = pname; - rev = "v${version}"; - hash = "sha256-YwtyNZsTMb8iFXo/rojvjkKUbMNRCXVamzFykpwYCOk="; + rev = "refs/tags/v${version}"; + hash = "sha256-44sTZelCT6sGPyMteJZBcPRReTHuO1ZUxeQ0Vp7Zmqo="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version;