mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #11129 from et4te/font-awesome-sha-update
Updated SHA256 of font-awesome-ttf
This commit is contained in:
commit
b96325f85b
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://fortawesome.github.io/Font-Awesome/assets/${name}.zip";
|
url = "http://fortawesome.github.io/Font-Awesome/assets/${name}.zip";
|
||||||
sha256 = "1bmjh3j533awihdxihvlk2d1ypzs9q7azj0viqbm0df8jj2v4rwq";
|
sha256 = "1k7ff71pcp2qrnqj4yzrjg96m7yma9r58wdk68sqb93q2kq9fp3i";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user