tenacity: 1.3.1 -> 1.3.2

This commit is contained in:
Irene Knapp 2023-10-15 13:53:19 -07:00
parent b679d0db5d
commit dd2207aae6
No known key found for this signature in database
GPG Key ID: E457C097BEB7A005

View File

@ -49,14 +49,15 @@
stdenv.mkDerivation rec {
pname = "tenacity";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "tenacityteam";
repo = pname;
fetchSubmodules = true;
rev = "v${version}";
sha256 = "sha256-wesnay+UQiPSDaRuSo86MgHdElN4s0rPIvokZhKM7GI=";
hash = "sha256-JgmAuCfXP345xgg5jac8Sa0cBSsWJbtoYmVV0DLcIkk=";
};
postPatch = ''