mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
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:
parent
ca8a2594b4
commit
ba47361645
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user