python3Packages.homematicip: fix src hash
hash mismatch in fixed-output derivation '/nix/store/fyi1hssgkvycql9vcmwcl5w6p03r2m3n-source': wanted: sha256:1jfx1ar8gvpp1jkx8p1bnrh4r8ys8j9lc8lzbh2xv7zdbdq5zxh2 got: sha256:008snxx9ijpi1zr1pi1v4a6g74j821hyw0khs9lmi08v2mcabm36
This commit is contained in:
parent
40d1ba9a67
commit
a2208fd6aa
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||||
owner = "coreGreenberet";
|
owner = "coreGreenberet";
|
||||||
repo = "homematicip-rest-api";
|
repo = "homematicip-rest-api";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-AvZfcFvtn90FXJ8iRpNE2qNMYLYrXNSnDPfuh7IK3ck=";
|
sha256 = "008snxx9ijpi1zr1pi1v4a6g74j821hyw0khs9lmi08v2mcabm36";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue