Loading pkgs/development/python-modules/social-auth-app-django/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ buildPythonPackage rec { pname = "social-auth-app-django"; version = "5.0.0"; version = "5.1.0"; src = fetchFromGitHub { owner = "python-social-auth"; repo = "social-app-django"; rev = version; hash = "sha256-ONhdXxclHRpVtijpKEZlmGDhjid/jnTaPq6LQtjxCC4="; rev = "refs/tags/${version}"; hash = "sha256-QZZSwPyQKtcKe1Dij4MjRnKGudg6A6cmS4FGb2F1goY="; }; propagatedBuildInputs = [ Loading Loading
pkgs/development/python-modules/social-auth-app-django/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ buildPythonPackage rec { pname = "social-auth-app-django"; version = "5.0.0"; version = "5.1.0"; src = fetchFromGitHub { owner = "python-social-auth"; repo = "social-app-django"; rev = version; hash = "sha256-ONhdXxclHRpVtijpKEZlmGDhjid/jnTaPq6LQtjxCC4="; rev = "refs/tags/${version}"; hash = "sha256-QZZSwPyQKtcKe1Dij4MjRnKGudg6A6cmS4FGb2F1goY="; }; propagatedBuildInputs = [ Loading