pecita: 1.1 -> 5.0

The upstream source file has no version component and is updated in
place.

cc maintainer @rycee.
This commit is contained in:
Tobias Geerinckx-Rice 2015-07-25 03:03:35 +02:00
parent 1edef466c0
commit 161c0e7876

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "pecita-${version}";
version = "1.1";
version = "5.0";
src = fetchurl {
url = "http://pecita.eu/b/Pecita.otf";
sha256 = "07krzpbmc5yhfbf3aklv1f150i2g1spaan9girmg3189jsn6qw6p";
sha256 = "1smf1mqciwavf29lwgzjam3xb37bwxp6wf6na4c9xv6islidsrd9";
};
phases = ["installPhase"];