forked from mirrors/nixpkgs
pecita: fix sha256 changed upstream
This commit is contained in:
parent
5ad448df3a
commit
b8c77ce372
|
@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pecita.eu/b/Pecita.otf";
|
url = "http://pecita.eu/b/Pecita.otf";
|
||||||
sha256 = "11v5yzxa38fxpz8j3fc0v3l7py4i12avjnwrgkmd9clq9jhzk78s";
|
sha256 = "0agml1886jvb0j6jar8hjx4hfbz3n0msszyp625b96ilv09qrcyz";
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = ["installPhase"];
|
phases = ["installPhase"];
|
||||||
|
|
Loading…
Reference in a new issue