nixos/tests/chromium: Fix nixos-hex.svg hash

This commit is contained in:
Rickard Nilsson 2020-01-07 19:42:52 +01:00
parent c0b70f0e35
commit 6edbe844b2

View File

@ -36,7 +36,7 @@ mapAttrs (channel: chromiumPkg: makeTest rec {
<body onload="javascript:document.title='startup done'">
<img src="file://${pkgs.fetchurl {
url = "http://nixos.org/logo/nixos-hex.svg";
sha256 = "0wxpp65npdw2cg8m0cxc9qff1sb3b478cxpg1741d8951g948rg8";
sha256 = "07ymq6nw8kc22m7kzxjxldhiq8gzmc7f45kq2bvhbdm0w5s112s4";
}}" />
</body>
</html>