about summary refs log tree commit diff
path: root/pkgs/development/libraries/boost-ext
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-10 04:20:00 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2023-11-10 15:39:44 -0800
commitba47361645384ab83ebb994a6b9ead7fb2e1f744 (patch)
treef3a4466ec87fd37a921556ec03b497ed2e6236ea /pkgs/development/libraries/boost-ext
parentca8a2594b4f534bcd4ce5141638b25b9bb23107f (diff)
boost-sml: 1.1.6 -> 1.1.9
Diff: https://github.com/boost-ext/sml/compare/v1.1.6...v1.1.9
Diffstat (limited to 'pkgs/development/libraries/boost-ext')
-rw-r--r--pkgs/development/libraries/boost-ext/boost-sml/default.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/development/libraries/boost-ext/boost-sml/default.nix b/pkgs/development/libraries/boost-ext/boost-sml/default.nix
index fd69db12d3c08..0383adca64a46 100644
--- a/pkgs/development/libraries/boost-ext/boost-sml/default.nix
+++ b/pkgs/development/libraries/boost-ext/boost-sml/default.nix
@@ -7,15 +7,13 @@
 
 stdenv.mkDerivation rec {
   pname = "boost-sml";
-  # This is first commit since 1.1.6 that passes all tests (test_policies_logging is commented out)
-  version = "1.1.6";
-  working_tests = "24d762d1901f4f6afaa5c5e0d1b7b77537964694";
+  version = "1.1.9";
 
   src = fetchFromGitHub {
     owner = "boost-ext";
     repo = "sml";
-    rev = "${working_tests}";
-    hash = "sha256-ZhIfyYdzrzPTAYevOz5I6tAcUiLRMV8HENKX9jychEY=";
+    rev = "v${version}";
+    hash = "sha256-RYgSpnsmgZybpkJALIzxpkDRfe9QF2FHG+nA3msFaK0=";
   };
 
   buildInputs = [ boost ];