python3Packages.flit-scm: Fix src hash
The fetcher params were changed in the previous commit (de08f0ba6d
),
but the hash wasn't updated.
This commit is contained in:
parent
9be52f693f
commit
400212a902
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
owner = "WillDaSilva";
|
||||
repo = "flit_scm";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-K5sH+oHgX/ftvhkY+vIg6wUokAP96YxrTWds3tnEtyg=";
|
||||
hash = "sha256-2nx9kWq/2TzauOW+c67g9a3JZ2dhBM4QzKyK/sqWOPo=";
|
||||
};
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
|
Loading…
Reference in New Issue
Block a user