forked from mirrors/nixpkgs
yafc: making the derivation name include the version
This commit is contained in:
parent
0435f39008
commit
305eb0a30f
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue