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

@ -11,7 +11,7 @@
buildGoModule rec {
pname = "go-qt";
version = "20200904";
version = "20200904.gc0c124a";
src = fetchFromGitHub {
owner = "therecipe";