Fetch sonar tag from refs/tags

This commit is contained in:
Rodrigo Arias Mallo 2023-10-06 14:52:12 +02:00
parent db391ee9c2
commit 91cdc91738

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
version = "0.1.0"; version = "0.1.0";
src = builtins.fetchGit { src = builtins.fetchGit {
url = "ssh://git@bscpm03.bsc.es/ovni/sonar"; url = "ssh://git@bscpm03.bsc.es/ovni/sonar";
ref = version; ref = "refs/tags/${version}";
rev = "1299731b56addc18f530f7327f62267624c4363a"; rev = "1299731b56addc18f530f7327f62267624c4363a";
}; };
hardeningDisable = [ "all" ]; hardeningDisable = [ "all" ];