many: use YYYYMMDD.gHASH for git-commit versions

This commit is contained in:
xeals 2021-01-24 16:37:51 +11:00
parent a298d95bd6
commit d77a67563a
Signed by: xeals
GPG Key ID: A498C7AF27EC6B5C
6 changed files with 7 additions and 7 deletions

View File

@ -21,7 +21,7 @@ assert withGui -> gtk3.meta.available;
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "psst"; pname = "psst";
version = "20210114.1fadc78"; version = "20210114.g1fadc78";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jpochyla"; owner = "jpochyla";
repo = "psst"; repo = "psst";

View File

@ -23,13 +23,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cardboard"; pname = "cardboard";
version = "20210120"; version = "20210120.g7b15613";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "cardboardwm"; owner = "cardboardwm";
repo = "cardboard"; repo = "cardboard";
rev = "7b15613e6e1222a6a83d69a2e5da2810dfb45522"; rev = "7b15613e6e1222a6a83d69a2e5da2810dfb45522";
sha256 = "sha256-uL7zG2Q2tnGicWBeXgNjWK/drz2bbmbb5Z69sClYmhA="; sha256 = "044sb0lv1gcywpdncvlv7npxvbsqcc1mwpk0f6i73dinchdz7gmq";
}; };
patches = [ patches = [

View File

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

View File

@ -7,7 +7,7 @@
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "zsh-z"; pname = "zsh-z";
version = "2020.09.19.09209db"; version = "20200919.g09209db";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "agkozak"; owner = "agkozak";

View File

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

View File

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