1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +03:00

rviz-ogre-vendor: fix all distributions

This commit is contained in:
Ben Wolsieffer 2019-12-10 00:42:36 -05:00
parent 621468a30f
commit a099c68dad
4 changed files with 12 additions and 6 deletions

View file

@ -42,4 +42,9 @@ rosSelf: rosSuper: with rosSelf.lib; {
})
];
});
rviz-ogre-vendor = patchVendorUrl rosSuper.rviz-ogre-vendor {
url = "https://github.com/OGRECave/ogre/archive/v1.10.12.zip";
sha256 = "1nafqazv396y97z0rgrn0dmkddq7y4zgfszvmi3aw6hr6zwyrpa3";
};
}