update hub

This commit is contained in:
Kopatz
2024-06-20 21:53:43 +02:00
parent c24ffd6317
commit 18b5693a1c

View File

@@ -9,7 +9,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchGit { src = fetchGit {
url = "git@github.com:oberprofis/hub.git"; url = "git@github.com:oberprofis/hub.git";
ref = "master"; ref = "master";
rev = "39cadbabb0a9b038aa40a586178323b2981595dd"; rev = "062c128597e2b2e4275f7c8ce27644cdc6b5e49b";
}; };
installPhase = '' installPhase = ''
mkdir -p $out mkdir -p $out