diff --git a/ircbot/Cargo.lock b/ircbot/Cargo.lock index 139523b..3bd5f3e 100644 --- a/ircbot/Cargo.lock +++ b/ircbot/Cargo.lock @@ -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)", diff --git a/nix/ircbot-carnix.nix b/nix/ircbot-carnix.nix index d8732c6..3d3ed91 100644 --- a/nix/ircbot-carnix.nix +++ b/nix/ircbot-carnix.nix @@ -58,8 +58,8 @@ let kernel = buildPlatform.parsed.kernel.name; authors = [ "Andrii Dmytrenko " ]; src = fetchgit { url = "https://github.com/grahamc/rust-amqp.git"; - rev = "8f40d623cf94af15a2e1e120cdf1d8c6f157e881"; - sha256 = "1wqxw81cwarhfxp5mgfa8ygswj4rzi0xj4q6wsg93p6hcj2h3aib"; + rev = "07ff696c26f5fc7725a5183fa6d2180489f59ae1"; + sha256 = "0rzl0g3a0b57cqyw8h83mqczmb240h8kd74sbadpgfd5d182r76k"; }; inherit dependencies buildDependencies features; }; diff --git a/nix/nixpkgs.json b/nix/nixpkgs.json index 8e99442..aee03e4 100644 --- a/nix/nixpkgs.json +++ b/nix/nixpkgs.json @@ -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 } diff --git a/nix/ofborg-carnix.nix b/nix/ofborg-carnix.nix index 83a04c0..39ef3bf 100644 --- a/nix/ofborg-carnix.nix +++ b/nix/ofborg-carnix.nix @@ -58,8 +58,8 @@ let kernel = buildPlatform.parsed.kernel.name; authors = [ "Andrii Dmytrenko " ]; src = fetchgit { url = "https://github.com/grahamc/rust-amqp.git"; - rev = "1216885c84f7c94a205a8e41519684e7df0e0f35"; - sha256 = "0xmdhi8xiphrahs0mfjfamsxqglbzcxgm5h2xqhmlrbn5n1d479p"; + rev = "07ff696c26f5fc7725a5183fa6d2180489f59ae1"; + sha256 = "0rzl0g3a0b57cqyw8h83mqczmb240h8kd74sbadpgfd5d182r76k"; }; inherit dependencies buildDependencies features; };