about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRémy Grünblatt <remy@grunblatt.org>2021-10-31 20:59:07 +0100
committerMatthieu Coudron <teto@users.noreply.github.com>2021-11-01 01:26:58 +0100
commitc0b0059e8a4ffd9189f318afb2d16ca78bb415cc (patch)
tree79ae9a30127b1be0932b5fadcd88b2b2940011c1 /pkgs
parent7638773c6a5d9ec7d058d057367bb64c05eed934 (diff)
ns-3: 3.34 -> 3.35
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/science/networking/ns-3/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/science/networking/ns-3/default.nix b/pkgs/development/libraries/science/networking/ns-3/default.nix
index 1419a154d90e7..3f0d50fd32be6 100644
--- a/pkgs/development/libraries/science/networking/ns-3/default.nix
+++ b/pkgs/development/libraries/science/networking/ns-3/default.nix
@@ -38,13 +38,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "ns-3";
-  version = "34";
+  version = "35";
 
   src = fetchFromGitLab {
     owner = "nsnam";
     repo   = "ns-3-dev";
     rev    = "ns-3.${version}";
-    sha256 = "sha256-udP7U+pHnNUdo35d9sN1o+aR9ctw9fgU3UunCjisGUI=";
+    sha256 = "sha256-3w+lCWWra9sndL8+vkGfH5plrDYYCMFi1PzwIVRku6I=";
   };
 
   nativeBuildInputs = [ wafHook python ];