gnomeExtensions.topicons-plus: fix version string

It has to start with a digit.
This commit is contained in:
Robin Gloster 2017-07-18 18:43:47 +02:00
parent cb2344829f
commit adb178c0e5
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "gnome-shell-extension-topicons-plus-${version}";
version = "v20";
version = "20";
src = fetchFromGitHub {
owner = "phocean";