3
0
Fork 0
forked from mirrors/nixpkgs

octomap: 1.9.7 -> 1.9.8

This commit is contained in:
Ben Wolsieffer 2022-07-03 17:53:45 -04:00 committed by superherointj
parent 8910013277
commit eded0d654c

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "octomap";
version = "1.9.7";
version = "1.9.8";
src = fetchFromGitHub {
owner = "OctoMap";
repo = pname;
rev = "v${version}";
sha256 = "1pb58w6vka7wzs533lcy7i6y5nwjfrzy6b35fhrb1dhq2mgszc79";
hash = "sha256-qE5i4dGugm7tR5tgDCpbla/R7hYR/PI8BzrZQ4y6Yz8=";
};
sourceRoot = "source/octomap";