We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555a4e9 commit 248d460Copy full SHA for 248d460
1 file changed
pkgs/development/libraries/console-bridge/default.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
pname = "console-bridge";
5
- version = "1.0.0";
+ version = "1.0.1";
6
7
src = fetchFromGitHub {
8
owner = "ros";
9
repo = "console_bridge";
10
rev = version;
11
- sha256 = "14f5i2qgp5clwkm8jjlvv7kxvwx52a607mnbc63x61kx9h6ymxlk";
+ sha256 = "18qycrjnf7v8n5bipij91jsv7ap98z5dsp93w2gz9rah4lfjb80q";
12
};
13
14
nativeBuildInputs = [ cmake validatePkgConfig ];
0 commit comments