boost-sml: 1.1.6 -> 1.1.9

Diff: https://github.com/boost-ext/sml/compare/v1.1.6...v1.1.9
This commit is contained in:
Mario Rodas 2023-11-10 04:20:00 +00:00 committed by Jonathan Ringer
parent ca8a2594b4
commit ba47361645

View File

@ -7,15 +7,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "boost-sml"; pname = "boost-sml";
# This is first commit since 1.1.6 that passes all tests (test_policies_logging is commented out) version = "1.1.9";
version = "1.1.6";
working_tests = "24d762d1901f4f6afaa5c5e0d1b7b77537964694";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "boost-ext"; owner = "boost-ext";
repo = "sml"; repo = "sml";
rev = "${working_tests}"; rev = "v${version}";
hash = "sha256-ZhIfyYdzrzPTAYevOz5I6tAcUiLRMV8HENKX9jychEY="; hash = "sha256-RYgSpnsmgZybpkJALIzxpkDRfe9QF2FHG+nA3msFaK0=";
}; };
buildInputs = [ boost ]; buildInputs = [ boost ];