hello-unfree: init at 1.0 (#41763)

Also add `version` attribute to GNU `hello` while we are at it.
This commit is contained in:
Jan Malakhovski
2018-06-09 22:14:36 +02:00
committed by xeji
parent fc618a15e8
commit ee1550b763
3 changed files with 26 additions and 1 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "hello-2.10";
name = "hello-${version}";
version = "2.10";
src = fetchurl {
url = "mirror://gnu/hello/${name}.tar.gz";