1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

neon: Put version into own variable

This commit is contained in:
Matthias Beyer 2015-09-25 15:51:51 +02:00
parent d2c32179fe
commit f92d27d214

View file

@ -14,7 +14,8 @@ let
in
stdenv.mkDerivation rec {
name = "neon-0.30.1";
version = "0.30.1";
name = "neon-${version}";
src = fetchurl {
url = "http://www.webdav.org/neon/${name}.tar.gz";