Proper hash
This commit is contained in:
parent
d0bf4e7a90
commit
af05372988
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/NerdyPepper/curie";
|
url = "https://github.com/NerdyPepper/curie";
|
||||||
rev = "9edac64b06a544a4607f692672d64edf61158184";
|
rev = "9edac64b06a544a4607f692672d64edf61158184";
|
||||||
sha256 = "0fhf27z50v8s3g84vbdy4ys2ka1ag6wzipbgcmimm56kzvr4i493";
|
sha256 = "06wqwjdclp5rj8z7cig5n71bisn3ws4b2cxq1h7rzrwbkmz9sswr";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ bdftopcf mkfontdir mkfontscale ];
|
nativeBuildInputs = [ bdftopcf mkfontdir mkfontscale ];
|
||||||
|
|
Loading…
Reference in a new issue