mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
fontforge-gtk: update from 20141230 to 20150824
This commit is contained in:
parent
3ec54e0692
commit
e187ecb65c
@ -6,7 +6,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "20141230"; # also tagged v2.1.0
|
||||
version = "20150824"; # also tagged v2.1.0
|
||||
in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/fontforge/fontforge/archive/${version}.tar.gz";
|
||||
sha256 = "1xfi13knn1x7hd7pvr6090qz6qfa5znbs85rg1p5mfj377z2h8rb";
|
||||
sha256 = "09zzg166lw5ldbzsa2j9x7hizn6y3ld1kf4abfkiy301rdqj9ar8";
|
||||
};
|
||||
|
||||
patches = [(fetchpatch {
|
||||
|
Loading…
Reference in New Issue
Block a user