diff --git a/nix/ofborg-carnix.nix b/nix/ofborg-carnix.nix index 21748b9..a39cb3d 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 = "b3eae6b0b8458d32134581c53a918e6e52c7c329"; - sha256 = "01bma6ig0c7gvrj9b4jj3h977vg1mij9a9hzvvp6an06d74zfk4w"; + rev = "f9aec2f40aef69a459f26003ce47048f8e2a08d1"; + sha256 = "09k6fl7l0rcwilnckdfv3smiv1ilrwi1jxmrrkjwbrj64lky3jdy"; }; inherit dependencies buildDependencies features; }; diff --git a/ofborg/Cargo.lock b/ofborg/Cargo.lock index 5f720ce..9a10e1d 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#b3eae6b0b8458d32134581c53a918e6e52c7c329" +source = "git+https://github.com/grahamc/rust-amqp.git#f9aec2f40aef69a459f26003ce47048f8e2a08d1" 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)",