Skip to content

Commit adb178c

Browse files
committedJul 18, 2017
gnomeExtensions.topicons-plus: fix version string
It has to start with a digit.
1 parent cb23448 commit adb178c

File tree

1 file changed

+1
-1
lines changed
  • pkgs/desktops/gnome-3/extensions/topicons-plus

1 file changed

+1
-1
lines changed
 

Diff for: ‎pkgs/desktops/gnome-3/extensions/topicons-plus/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
stdenv.mkDerivation rec {
44
name = "gnome-shell-extension-topicons-plus-${version}";
5-
version = "v20";
5+
version = "20";
66

77
src = fetchFromGitHub {
88
owner = "phocean";

0 commit comments

Comments
 (0)