3
0
Fork 0
forked from mirrors/nixpkgs

yafc: making the derivation name include the version

This commit is contained in:
Lluís Batlle i Rossell 2012-07-22 10:24:15 +02:00
parent 0435f39008
commit 305eb0a30f

View file

@ -1,10 +1,9 @@
{stdenv, fetchurl, readline, libssh, intltool}:
stdenv.mkDerivation rec {
name = "yafc";
version = "1.2.0";
name = "yafc-1.2.0";
src = fetchurl {
url = "https://github.com/downloads/sebastinas/yafc/${name}-${version}.tar.xz";
url = "https://github.com/downloads/sebastinas/yafc/${name}.tar.xz";
sha256 = "0h5cbvvfkigvzfqqzvgqpn8m0ilyng3rgyh85c0mi48klzv8kb58";
};