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
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
owner = "coreGreenberet";
|
||||
repo = "homematicip-rest-api";
|
||||
rev = version;
|
||||
sha256 = "sha256-AvZfcFvtn90FXJ8iRpNE2qNMYLYrXNSnDPfuh7IK3ck=";
|
||||
sha256 = "008snxx9ijpi1zr1pi1v4a6g74j821hyw0khs9lmi08v2mcabm36";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user