diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-03-04 01:42:06 +0000 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-03-04 01:42:06 +0000 |
| commit | d0286ecd24f6da3f220ec848763ab3fcd262369d (patch) | |
| tree | 7c8ea640da4318dc2dd126dcb33e5dc7ef50335a /pkgs/development/python-modules/python-openstackclient/default.nix | |
| parent | a52e4232ce75ba5567be618c1757f8d8584a7061 (diff) | |
| parent | fe71770e828197b0f8581ea5d604abe7b82dc762 (diff) | |
Merge remote-tracking branch 'origin/staging' into staging-next
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/python-openstackclient/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-openstackclient/default.nix b/pkgs/development/python-modules/python-openstackclient/default.nix index 8e0317dbc6d5..fafdf3c00450 100644 --- a/pkgs/development/python-modules/python-openstackclient/default.nix +++ b/pkgs/development/python-modules/python-openstackclient/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - sha256 = "sha256-7ZF5GFG/eQmvQYnVmaV8iWYPhWldJPPumlZloeJkNLg="; + hash = "sha256-7ZF5GFG/eQmvQYnVmaV8iWYPhWldJPPumlZloeJkNLg="; }; nativeBuildInputs = [ |
