Merge pull request #222178 from veprbl/pr/geant4_11_0_4

geant4: 11.0.3 -> 11.0.4
This commit is contained in:
Dmitry Kalinkin 2023-03-20 16:39:53 -04:00 committed by GitHub
commit cf767337b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,12 +47,12 @@ in
lib.warnIf (enableQT != false) "geant4: enableQT is deprecated, please use enableQt"
stdenv.mkDerivation rec {
version = "11.0.3";
version = "11.0.4";
pname = "geant4";
src = fetchurl{
src = fetchurl {
url = "https://cern.ch/geant4-data/releases/geant4-v${version}.tar.gz";
hash = "sha256-cvi2h1EtbmMNxsZMXEG6cRIgRoVAEymZ0A5PzhkIrkg=";
hash = "sha256-4wofoo0vLPd8/9CFY8EonpL8R9mcg5Wa9H/ve9UDSyc=";
};
cmakeFlags = [