treewide: add more versions to package names

This commit is contained in:
Matthew Bauer
2018-05-25 04:21:07 -05:00
parent d886a1e630
commit 73b11060fc
6 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
stdenv.mkDerivation rec {
pname = "liberationsansnarrow";
version = "1.07.3";
name = "${pname}";
name = "${pname}-${version}";
src = fetchurl {
url = "https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-ttf-${version}.tar.gz";

View File

@@ -1,7 +1,7 @@
{stdenv, fetchzip}:
fetchzip {
name = "MPH-2B-Damase";
name = "MPH-2B-Damase-2";
url = http://www.wazu.jp/downloads/damase_v.2.zip;