frog: adhere to version schema convention

see issue #43717
This commit is contained in:
Pascal Wittmann 2018-07-20 23:04:39 +02:00
parent db697f016b
commit a83b6f9cb3
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation {
name = "frog-${release.version}";
version = release.version;
src = fetchurl { inherit (release) url sha256;
name = "frog-${release.version}.tar.gz"; };
name = "frog-v${release.version}.tar.gz"; };
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ automake autoconf bzip2 libtar libtool autoconf-archive
libxml2 icu

View File

@ -1,5 +1,5 @@
{
"version": "v0.13",
"version": "0.13",
"url": "https://api.github.com/repos/LanguageMachines/frogdata/tarball/v0.13",
"sha256": "13mhv8qacl0n20ddl1ay49xi6h2m0a149ya3rrsmaah3x4adb4sg"
}