dpt-rp1-py: add unstable infix to version

This commit is contained in:
Maximilian Bosch
2018-12-08 15:29:59 +01:00
parent 855cd9f3a8
commit d21e281c95

View File

@@ -1,7 +1,7 @@
{ lib, python3Packages, fetchFromGitHub }:
python3Packages.buildPythonApplication rec {
pname = "dpt-rp1-py";
version = "2018-10-16";
version = "unstable-2018-10-16";
src = fetchFromGitHub {
owner = "janten";