From 9eba797f29c79f8ad0014f3ea6304266bdaada38 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 2 Jul 2022 21:25:47 +0000 Subject: [PATCH] python310Packages.s3-credentials: 0.11 -> 0.12 --- pkgs/development/python-modules/s3-credentials/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/s3-credentials/default.nix b/pkgs/development/python-modules/s3-credentials/default.nix index ac87288033c..032d3a5dda2 100644 --- a/pkgs/development/python-modules/s3-credentials/default.nix +++ b/pkgs/development/python-modules/s3-credentials/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "s3-credentials"; - version = "0.11"; + version = "0.12"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -20,8 +20,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "simonw"; repo = pname; - rev = version; - hash = "sha256-t6Q+/2k93cEk+eeFm9aOvZNb1IcUzt66iApfH2FvHbw="; + rev = "refs/tags/${version}"; + hash = "sha256-NDUm/RhlmuZwB3fwwom2Y9PcF6J4+G29WHE7lqdDP3Y="; }; propagatedBuildInputs = [