golden-cheetah: fix version format and tarball name

This commit is contained in:
Tobias Geerinckx-Rice 2016-04-24 15:32:05 +02:00
parent d0f909a0a8
commit e252e59a1a
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -2,9 +2,10 @@
, qttools, yacc, flex, zlib, config, qmakeHook, makeQtWrapper }:
stdenv.mkDerivation rec {
name = "golden-cheetah-${version}";
version = "V4.0-DEV1603";
version = "4.0-DEV1603";
src = fetchurl {
url = "https://github.com/GoldenCheetah/GoldenCheetah/archive/${version}.tar.gz";
name = "${name}.tar.gz";
url = "https://github.com/GoldenCheetah/GoldenCheetah/archive/V${version}.tar.gz";
sha256 = "12knlzqmq8b3nyl3kvcsnzrbjksgd83mzwzj97wccyfiffjl4wah";
};
buildInputs = [