diff --git a/nix/ofborg-carnix.nix b/nix/ofborg-carnix.nix index d452068..b4b7878 100644 --- a/nix/ofborg-carnix.nix +++ b/nix/ofborg-carnix.nix @@ -49,8 +49,8 @@ let kernel = buildPlatform.parsed.kernel.name; authors = [ "Andrii Dmytrenko " ]; src = fetchgit { url = "https://github.com/grahamc/rust-amqp.git"; - rev = "6fab84aa9446c00ce0fbfd0605ec8b63394f0350"; - sha256 = "02zl2li37m0i4l0k8n2k4p4vm32c0qahj8r35i5p425klz0w6sma"; + rev = "452aee8bed87064ba86f576cf5d6587b24bfd844"; + sha256 = "1cm6mlzjbf3b71k3i3a77vm1q44dgqpajl6c2wnv7ishpqi31r9q"; }; inherit dependencies buildDependencies features; }; diff --git a/ofborg/Cargo.lock b/ofborg/Cargo.lock index 13d3f22..fb1881d 100644 --- a/ofborg/Cargo.lock +++ b/ofborg/Cargo.lock @@ -30,7 +30,7 @@ dependencies = [ [[package]] name = "amqp" version = "0.1.0" -source = "git+https://github.com/grahamc/rust-amqp.git#6fab84aa9446c00ce0fbfd0605ec8b63394f0350" +source = "git+https://github.com/grahamc/rust-amqp.git#452aee8bed87064ba86f576cf5d6587b24bfd844" 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)",