forked from mirrors/nixpkgs
html-tidy: fix src hash
Fails to build on hydra due a src hash mismatch.
This commit is contained in:
parent
133478129b
commit
21401039ae
|
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||
owner = "htacg";
|
||||
repo = "tidy-html5";
|
||||
rev = version;
|
||||
sha256 = "sha256-ZMz0NySxzX2XHiqB8f5asvwjIG6kdIcq8Gb3EbAxBaU=";
|
||||
hash = "sha256-vzVWQodwzi3GvC9IcSQniYBsbkJV20iZanF33A0Gpe0=";
|
||||
};
|
||||
|
||||
# https://github.com/htacg/tidy-html5/pull/1036
|
||||
|
|
Loading…
Reference in a new issue