mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
geant4: 11.4.1 -> 11.4.2
This commit is contained in:
parent
c5eab8042c
commit
adebb8c769
1 changed files with 2 additions and 2 deletions
|
|
@ -38,12 +38,12 @@ let
|
|||
in
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
version = "11.4.1";
|
||||
version = "11.4.2";
|
||||
pname = "geant4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://cern.ch/geant4-data/releases/geant4-v${finalAttrs.version}.tar.gz";
|
||||
hash = "sha256-HG3ymOw5hFlDgP/jRJ48I80jKZsX4QZz5pI7jmuNIBc=";
|
||||
hash = "sha256-VyDyu6aSECfiBq1PCgb5vMNIras2JA6LJ3EPIM4+lxo=";
|
||||
};
|
||||
|
||||
# Fix broken paths in a .pc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue