g2o: 20201223 -> 20230223
This commit is contained in:
parent
1e383aada5
commit
239b496fa5
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "g2o";
|
pname = "g2o";
|
||||||
version = "20201223";
|
version = "20230223";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "RainerKuemmerle";
|
owner = "RainerKuemmerle";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "${version}_git";
|
rev = "${version}_git";
|
||||||
sha256 = "sha256-Ik6uBz4Z4rc5+mPNdT8vlNZSBom4Tvt8Y6myBC/s0m8=";
|
sha256 = "sha256-J2Z3oRkyiinIfywBQvnq1Q8Z5WuzQXOVTZTwN8oivf0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Removes a reference to gcc that is only used in a debug message
|
# Removes a reference to gcc that is only used in a debug message
|
||||||
|
Loading…
Reference in New Issue
Block a user