console-bridge: 1.0.0 -> 1.0.1
This commit is contained in:
parent
555a4e9eb3
commit
248d460d6f
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "console-bridge";
|
pname = "console-bridge";
|
||||||
version = "1.0.0";
|
version = "1.0.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ros";
|
owner = "ros";
|
||||||
repo = "console_bridge";
|
repo = "console_bridge";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "14f5i2qgp5clwkm8jjlvv7kxvwx52a607mnbc63x61kx9h6ymxlk";
|
sha256 = "18qycrjnf7v8n5bipij91jsv7ap98z5dsp93w2gz9rah4lfjb80q";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake validatePkgConfig ];
|
nativeBuildInputs = [ cmake validatePkgConfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user