Use version tag for sonar

This commit is contained in:
Rodrigo Arias 2023-09-07 10:43:13 +02:00
parent 065ab83083
commit 3efc10e57d

View File

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