about summary refs log tree commit diff
path: root/pkgs/development/libraries/boost-ext
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-10 00:48:20 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-10 00:48:20 +0000
commitdc67a7eba15a8bfec13eb609af58c2cfbdbfa580 (patch)
tree2f663e19506aac34c9cb37dbf5b8e7b052f0af7a /pkgs/development/libraries/boost-ext
parent6b2fe60cd54fc568d85bcc7e879246995110fd74 (diff)
boost-sml: 1.1.9 -> 1.1.11
Diffstat (limited to 'pkgs/development/libraries/boost-ext')
-rw-r--r--pkgs/development/libraries/boost-ext/boost-sml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/boost-ext/boost-sml/default.nix b/pkgs/development/libraries/boost-ext/boost-sml/default.nix
index 0383adca64a46..7987629b60d3b 100644
--- a/pkgs/development/libraries/boost-ext/boost-sml/default.nix
+++ b/pkgs/development/libraries/boost-ext/boost-sml/default.nix
@@ -7,13 +7,13 @@
 
 stdenv.mkDerivation rec {
   pname = "boost-sml";
-  version = "1.1.9";
+  version = "1.1.11";
 
   src = fetchFromGitHub {
     owner = "boost-ext";
     repo = "sml";
     rev = "v${version}";
-    hash = "sha256-RYgSpnsmgZybpkJALIzxpkDRfe9QF2FHG+nA3msFaK0=";
+    hash = "sha256-/eR/B8rE+mh5zDPjx1kS9nVJf1rCeHP04QDavh6z6fM=";
   };
 
   buildInputs = [ boost ];