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
2 changed files with 2 additions and 2 deletions
@@ -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