Mercurium 2023.11 update
Reviewed-By: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
This commit is contained in:
parent
1520eaa64e
commit
062b1c3c77
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mcxx";
|
pname = "mcxx";
|
||||||
version = "2023.05";
|
version = "2023.11";
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
CC = "mcc";
|
CC = "mcc";
|
||||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "bsc-pm";
|
owner = "bsc-pm";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "github-release-${version}";
|
rev = "github-release-${version}";
|
||||||
sha256 = "sha256-GyBvyy/HD3t9rHSXAYZRMhn4o4Nm/HFfjuOS8J0LPu8=";
|
hash = "sha256-GyBvyy/HD3t9rHSXAYZRMhn4o4Nm/HFfjuOS8J0LPu8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user