mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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:
parent
1edef466c0
commit
161c0e7876
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue