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