diff --git a/nix/ofborg-carnix.nix b/nix/ofborg-carnix.nix index 6431d50..d0dd450 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 = "6911cae4e9267419d228dd765c9b3a5eada80739"; - sha256 = "0cfk87xl3fpfp5f7x76qfszvnsj1g6wff29naz6fd2ni3cjxvnd0"; + rev = "07ff696c26f5fc7725a5183fa6d2180489f59ae1"; + sha256 = "0rzl0g3a0b57cqyw8h83mqczmb240h8kd74sbadpgfd5d182r76k"; }; inherit dependencies buildDependencies features; }; diff --git a/ofborg/Cargo.lock b/ofborg/Cargo.lock index 453ca03..d2329e9 100644 --- a/ofborg/Cargo.lock +++ b/ofborg/Cargo.lock @@ -57,7 +57,7 @@ dependencies = [ [[package]] name = "amqp" version = "0.1.0" -source = "git+https://github.com/grahamc/rust-amqp.git#6911cae4e9267419d228dd765c9b3a5eada80739" +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)",