Update amqp across the repo
This commit is contained in:
parent
0ba321b7e4
commit
8071ae5e60
2
ircbot/Cargo.lock
generated
2
ircbot/Cargo.lock
generated
|
@ -53,7 +53,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "amqp"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/grahamc/rust-amqp.git#8f40d623cf94af15a2e1e120cdf1d8c6f157e881"
|
||||
source = "git+https://github.com/grahamc/rust-amqp.git#07ff696c26f5fc7725a5183fa6d2180489f59ae1"
|
||||
dependencies = [
|
||||
"amq-proto 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -58,8 +58,8 @@ let kernel = buildPlatform.parsed.kernel.name;
|
|||
authors = [ "Andrii Dmytrenko <andrey@reevoo.com>" ];
|
||||
src = fetchgit {
|
||||
url = "https://github.com/grahamc/rust-amqp.git";
|
||||
rev = "8f40d623cf94af15a2e1e120cdf1d8c6f157e881";
|
||||
sha256 = "1wqxw81cwarhfxp5mgfa8ygswj4rzi0xj4q6wsg93p6hcj2h3aib";
|
||||
rev = "07ff696c26f5fc7725a5183fa6d2180489f59ae1";
|
||||
sha256 = "0rzl0g3a0b57cqyw8h83mqczmb240h8kd74sbadpgfd5d182r76k";
|
||||
};
|
||||
inherit dependencies buildDependencies features;
|
||||
};
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"url": "https://github.com/nixos/nixpkgs-channels.git",
|
||||
"rev": "a0aeb2381e5a6c5c57efdec1bf4b4ada44d29511",
|
||||
"date": "2017-12-20T02:19:43+00:00",
|
||||
"sha256": "04dgg0f2839c1kvlhc45hcksmjzr8a22q1bgfnrx71935ilxl33d",
|
||||
"rev": "f1c236a987bc5d0a0de0bafc2d8e0e7556f45450",
|
||||
"date": "2017-12-26T09:11:04+01:00",
|
||||
"sha256": "1x7b5sx66f99xdjqxksrdxnbk8k24qzjm9b3b5h2wxbdqkav0mck",
|
||||
"fetchSubmodules": true
|
||||
}
|
||||
|
|
|
@ -58,8 +58,8 @@ let kernel = buildPlatform.parsed.kernel.name;
|
|||
authors = [ "Andrii Dmytrenko <andrey@reevoo.com>" ];
|
||||
src = fetchgit {
|
||||
url = "https://github.com/grahamc/rust-amqp.git";
|
||||
rev = "1216885c84f7c94a205a8e41519684e7df0e0f35";
|
||||
sha256 = "0xmdhi8xiphrahs0mfjfamsxqglbzcxgm5h2xqhmlrbn5n1d479p";
|
||||
rev = "07ff696c26f5fc7725a5183fa6d2180489f59ae1";
|
||||
sha256 = "0rzl0g3a0b57cqyw8h83mqczmb240h8kd74sbadpgfd5d182r76k";
|
||||
};
|
||||
inherit dependencies buildDependencies features;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue