mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
golden-cheetah: fix version format and tarball name
This commit is contained in:
parent
d0f909a0a8
commit
e252e59a1a
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user