tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
g2o: 20201223 -> 20230223
R. Ryantm
3 years ago
239b496f
1e383aad
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
g2o
default.nix
+2
-2
pkgs/development/libraries/g2o/default.nix
···
3
3
4
4
mkDerivation rec {
5
5
pname = "g2o";
6
6
-
version = "20201223";
6
6
+
version = "20230223";
7
7
8
8
src = fetchFromGitHub {
9
9
owner = "RainerKuemmerle";
10
10
repo = pname;
11
11
rev = "${version}_git";
12
12
-
sha256 = "sha256-Ik6uBz4Z4rc5+mPNdT8vlNZSBom4Tvt8Y6myBC/s0m8=";
12
12
+
sha256 = "sha256-J2Z3oRkyiinIfywBQvnq1Q8Z5WuzQXOVTZTwN8oivf0=";
13
13
};
14
14
15
15
# Removes a reference to gcc that is only used in a debug message