treewide: various version number fixes

This commit is contained in:
Patrick Hilhorst
2018-11-06 00:06:22 +01:00
parent 9ec40cc3bf
commit f54f5fdaaa
3 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ let numVersion = "02.18"; # :(
in
stdenv.mkDerivation rec {
name = "lshw-${numVersion}b";
version = "B.${numVersion}";
version = "${numVersion}";
src = fetchurl {
url = "https://ezix.org/software/files/lshw-${version}.tar.gz";
url = "https://ezix.org/software/files/lshw-B.${version}.tar.gz";
sha256 = "0brwra4jld0d53d7jsgca415ljglmmx1l2iazpj4ndilr48yy8mf";
};