Merge pull request #163752 from r-ryantm/auto-update/console-bridge
console-bridge: 1.0.1 -> 1.0.2
This commit is contained in:
commit
f9501af60e
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "console-bridge";
|
pname = "console-bridge";
|
||||||
version = "1.0.1";
|
version = "1.0.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ros";
|
owner = "ros";
|
||||||
repo = "console_bridge";
|
repo = "console_bridge";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "18qycrjnf7v8n5bipij91jsv7ap98z5dsp93w2gz9rah4lfjb80q";
|
sha256 = "sha256-M3GocT0hodw3Sc2NHcFDiPVZ1XN7BqIUuYLW8OaXMqM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake validatePkgConfig ];
|
nativeBuildInputs = [ cmake validatePkgConfig ];
|
||||||
|
|
Loading…
Reference in a new issue