many: use YYYYMMDD.gHASH for git-commit versions

This commit is contained in:
2021-01-24 16:37:51 +11:00
parent a298d95bd6
commit d77a67563a
6 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@
stdenv.mkDerivation rec {
pname = "radeon-profile-daemon";
version = "20190603";
version = "20190603.g06qxq2h";
nativeBuildInputs = [ qmake ];
buildInputs = [ qtbase ];