font-manager: bump to the actual 0.7.5 release :)

The hint was the need for fetching as a revision.
This commit is contained in:
Will Dietz 2019-04-27 19:54:53 -05:00
parent 621584cdb6
commit c8eb0321fa

View File

@ -10,8 +10,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "FontManager";
repo = "master";
rev = "cc057f3e93f5b1033b04decee03cdb44177e48b3";
sha256 = "1xg80bi2465p5r8zfmb34iga9yqs3is1k4f13hw0ligvhb58gas0";
rev = version;
sha256 = "16hma8rrkam6ngn5vbdaryn31vdixvii6920g9z928gylz9xkd3g";
};
nativeBuildInputs = [