3
0
Fork 0
forked from mirrors/nixpkgs

baekmuk-ttf: switch to base32 encoded src.sha256

Closes https://github.com/NixOS/nixpkgs/pull/18166
This commit is contained in:
Linus Arver 2016-08-31 10:24:41 -07:00 committed by Joachim Fasting
parent 7bc2511b8b
commit 511bb28689
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://kldp.net/baekmuk/release/865-${name}.tar.gz";
sha256 = "08ab7dffb55d5887cc942ce370f5e33b756a55fbb4eaf0b90f244070e8d51882";
sha256 = "10hqspl70h141ywz1smlzdanlx9vwgsp1qrcjk68fn2xnpzpvaq8";
};
dontBuild = true;