cereal: cereal_1_3_0 -> cereal_1_3_2

This commit is contained in:
Emily
2025-09-18 02:48:05 +01:00
parent 3c7a834408
commit e3cc45ed11
4 changed files with 7 additions and 8 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
glfw,
glm,
spdlog,
cereal_1_3_2,
cereal,
python3Packages,
}:
@@ -106,7 +106,7 @@ stdenv.mkDerivation (finalAttrs: {
# non-numerical
spdlog
cereal_1_3_2
cereal
glfw
];
+2 -2
View File
@@ -13,7 +13,7 @@
graphviz,
# propagatedBuildInputs
cereal_1_3_2,
cereal,
eigen,
jrl-cmakemodules,
simde,
@@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
];
propagatedBuildInputs = [
cereal_1_3_2
cereal
eigen
jrl-cmakemodules
simde
+2 -2
View File
@@ -3,7 +3,7 @@
stdenv,
boost,
bzip2,
cereal_1_3_2,
cereal,
cmake,
curl,
fetchFromGitHub,
@@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
enabledStatic = true;
})
bzip2
cereal_1_3_2
cereal
curl
icu
jemalloc
+1 -2
View File
@@ -283,7 +283,6 @@ with pkgs;
cve = with python3Packages; toPythonApplication cvelib;
basalt-monado = callPackage ../by-name/ba/basalt-monado/package.nix {
cereal = cereal_1_3_2;
opencv = opencv.override { enableGtk3 = true; };
};
@@ -327,7 +326,7 @@ with pkgs;
practiceMod = true;
};
cereal = cereal_1_3_0;
cereal = cereal_1_3_2;
chef-cli = callPackage ../tools/misc/chef-cli { };