gnomeExtensions.topicons-plus: fix version string
It has to start with a digit.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gnome-shell-extension-topicons-plus-${version}";
|
||||
version = "v20";
|
||||
version = "20";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "phocean";
|
||||
|
||||
Reference in New Issue
Block a user