lol

python3Packages.authlib: 0.15.5 -> 1.0.1

+3 -3
+3 -3
pkgs/development/python-modules/authlib/default.nix
··· 8 8 }: 9 9 10 10 buildPythonPackage rec { 11 - version = "0.15.5"; 11 + version = "1.0.1"; 12 12 pname = "authlib"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "lepture"; 16 16 repo = "authlib"; 17 - rev = "v${version}"; 18 - sha256 = "1893mkzrlfxpxrgv10y134y8c3ni5hb0qvb0wsc76d2k4mci5j3n"; 17 + rev = "refs/tags/v${version}"; 18 + sha256 = "sha256-2uzb3rhEDMgH2QZ0yUdI1c4qLJT5XIDmOV/1mV/5lnc="; 19 19 }; 20 20 21 21 propagatedBuildInputs = [ cryptography requests ];