lcm: 1.5.1 -> 1.5.2

This commit is contained in:
R. Ryantm
2025-10-24 01:26:55 +00:00
parent 106ab26a9b
commit 8084c2116f
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "lcm";
version = "1.5.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "lcm-proj";
repo = "lcm";
rev = "v${version}";
hash = "sha256-043AJzalfx+qcCoxQgPU4T/DcUH0pXOE4v1aJaW3aXs=";
hash = "sha256-72fytJY+uXEHGdZ7N+0g+JK7ALb2e2ZtJuvhiGIMHiA=";
};
outputs = [