yarp: 3.12.1 -> 3.12.2

This commit is contained in:
R. Ryantm
2025-12-15 09:06:57 +00:00
parent 9792f74fef
commit e300693101
+2 -2
View File
@@ -10,12 +10,12 @@
stdenv.mkDerivation rec {
pname = "yarp";
version = "3.12.1";
version = "3.12.2";
src = fetchFromGitHub {
owner = "robotology";
repo = "yarp";
rev = "v${version}";
hash = "sha256-6PyXMEUh0ENsRjbsXbwDr4ZqAulw8rgY5G0l/RewWys=";
hash = "sha256-Lx9ZCTFrSvO/PCB9lrz3f0avBzDAzEZINoqzlH2F6Xw=";
};
nativeBuildInputs = [ cmake ];