yarp: 3.12.1 -> 3.12.2 (#470970)

This commit is contained in:
Felix Bühler
2026-01-12 20:08:02 +00:00
committed by GitHub
+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 ];