summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-07-03 10:38:49 +0300
committerGitHub <noreply@github.com>2023-07-03 10:38:49 +0300
commitd2eeccba401347e44ee4bfea60bdd6f3dcc82f08 (patch)
treee2ec4dff9431505c264815ff693ede65b97e15b3
parent7036ab723203ceb2860e5a5c9d452cbbc2cbd32d (diff)
parent1539e263f81056237160741bedbaa49623cdf5cb (diff)
downloadnixpkgs-d2eeccba401347e44ee4bfea60bdd6f3dcc82f08.tar
nixpkgs-d2eeccba401347e44ee4bfea60bdd6f3dcc82f08.tar.gz
nixpkgs-d2eeccba401347e44ee4bfea60bdd6f3dcc82f08.tar.bz2
nixpkgs-d2eeccba401347e44ee4bfea60bdd6f3dcc82f08.tar.lz
nixpkgs-d2eeccba401347e44ee4bfea60bdd6f3dcc82f08.tar.xz
nixpkgs-d2eeccba401347e44ee4bfea60bdd6f3dcc82f08.tar.zst
nixpkgs-d2eeccba401347e44ee4bfea60bdd6f3dcc82f08.zip
Merge pull request #241086 from r-ryantm/auto-update/simgrid
simgrid: 3.32 -> 3.34
-rw-r--r--pkgs/applications/science/misc/simgrid/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/misc/simgrid/default.nix b/pkgs/applications/science/misc/simgrid/default.nix
index 31aee617c44..2df4ce414dc 100644
--- a/pkgs/applications/science/misc/simgrid/default.nix
+++ b/pkgs/applications/science/misc/simgrid/default.nix
@@ -20,14 +20,14 @@ in
 
 stdenv.mkDerivation rec {
   pname = "simgrid";
-  version = "3.32";
+  version = "3.34";
 
   src = fetchFromGitLab {
     domain = "framagit.org";
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-o25wOROkUm07JPdNTJQcJw6apeoysnjd+YBMHlPpAYI=";
+    sha256 = "sha256-EVTpW9jD1h8T2KRlDIqptKS6Wv1dVDfyJbXxrpsgmoo=";
   };
 
   propagatedBuildInputs = [ boost ];