dbqn: update version format

This commit is contained in:
AndersonTorres 2021-10-06 17:32:13 -03:00
parent ea4524e6cc
commit 3a3ad7ebaf

View file

@ -8,7 +8,7 @@
stdenv.mkDerivation rec {
pname = "dbqn" + lib.optionalString buildNativeImage "-native";
version = "0.0.0+unstable=2021-10-05";
version = "0.pre+unstable=2021-10-05";
src = fetchFromGitHub {
owner = "dzaima";