lol

g2o: 20201223 -> 20230223

+2 -2
+2 -2
pkgs/development/libraries/g2o/default.nix
··· 3 3 4 4 mkDerivation rec { 5 5 pname = "g2o"; 6 - version = "20201223"; 6 + version = "20230223"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "RainerKuemmerle"; 10 10 repo = pname; 11 11 rev = "${version}_git"; 12 - sha256 = "sha256-Ik6uBz4Z4rc5+mPNdT8vlNZSBom4Tvt8Y6myBC/s0m8="; 12 + sha256 = "sha256-J2Z3oRkyiinIfywBQvnq1Q8Z5WuzQXOVTZTwN8oivf0="; 13 13 }; 14 14 15 15 # Removes a reference to gcc that is only used in a debug message