libevdevplus: correctly format version

This commit is contained in:
Patrick Hilhorst
2020-01-16 20:16:40 +01:00
parent 57d90bd04c
commit 14dd35ed30

View File

@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "libevdevplus";
version = "2019-10-01";
version = "unstable-2019-10-01";
src = fetchFromGitHub {
owner = "YukiWorkshop";