boost-sml: 1.1.13 -> 1.2.0 (#526940)

This commit is contained in:
Felix Bargfeldt
2026-06-07 22:14:38 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "boost-sml";
version = "1.1.13";
version = "1.2.0";
src = fetchFromGitHub {
owner = "boost-ext";
repo = "sml";
rev = "v${finalAttrs.version}";
hash = "sha256-VgJl09kCRCXBF/IraVbAVowrrMJH0NFcblQAKVQwl6w=";
hash = "sha256-cQRLBqe5TudtISko309mF9Qx7r5Q8L2Z9myvvYyh8NY=";
};
buildInputs = [ boost ];