lcm: 1.5.0 -> 1.5.1

This commit is contained in:
R. Ryantm
2024-12-24 04:13:22 +00:00
parent 3b01f60293
commit f8dca9319b
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "lcm";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "lcm-proj";
repo = "lcm";
rev = "v${version}";
hash = "sha256-IFHoJl5OtnUb+w3gLG5f578yAektjgrY9Uj2eUVoIrc=";
hash = "sha256-043AJzalfx+qcCoxQgPU4T/DcUH0pXOE4v1aJaW3aXs=";
};
outputs = [