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 ];

View File

@ -20,7 +20,7 @@ assert opusSupport -> opusTools.meta.available;
python2Packages.buildPythonApplication rec {
pname = "spotify-ripper";
version = "2016.12.31";
version = "20161231.gd046419";
src = fetchFromGitHub {
owner = "hbashton";