boost-sml: 1.1.13 -> 1.2.0

This commit is contained in:
R. Ryantm
2026-06-02 00:27:24 +00:00
parent 40a5199b4d
commit 8337b8db6e
+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 ];