summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-07-02 11:06:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-07-02 11:06:07 +0000
commit1539e263f81056237160741bedbaa49623cdf5cb (patch)
tree30862f256013850b47707136d4250622685488d6
parent458a2ba382433ac4290b64d8aec62552d87f0241 (diff)
downloadnixpkgs-1539e263f81056237160741bedbaa49623cdf5cb.tar
nixpkgs-1539e263f81056237160741bedbaa49623cdf5cb.tar.gz
nixpkgs-1539e263f81056237160741bedbaa49623cdf5cb.tar.bz2
nixpkgs-1539e263f81056237160741bedbaa49623cdf5cb.tar.lz
nixpkgs-1539e263f81056237160741bedbaa49623cdf5cb.tar.xz
nixpkgs-1539e263f81056237160741bedbaa49623cdf5cb.tar.zst
nixpkgs-1539e263f81056237160741bedbaa49623cdf5cb.zip
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 ];