Fix commit for GPI-2 and tagaspi
This commit is contained in:
parent
8731a4797d
commit
bab7a45587
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
|
||||
src = builtins.fetchGit {
|
||||
url = "ssh://git@bscpm03.bsc.es/interoperability/GPI-2";
|
||||
ref = "refs/tags/tagaspi-2021.11";
|
||||
rev = "9082fe7770fa9f6acba1b1ac938ad209a3d09477";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
@ -39,7 +39,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
src = builtins.fetchGit {
|
||||
url = "ssh://git@bscpm03.bsc.es/interoperability/tagaspi";
|
||||
ref = "master";
|
||||
ref = "refs/tags/2021.11";
|
||||
rev = "5aabb1849de2e512cc8729f32783051ecd4cab97";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "all" ];
|
||||
|
Loading…
Reference in New Issue
Block a user