upgrade hubcaps for nullable target URLs

This commit is contained in:
Graham Christensen 2020-04-02 11:37:23 -04:00
parent fa5d6425fe
commit f9086a62ec
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F
3 changed files with 4 additions and 4 deletions

2
ofborg/Cargo.lock generated
View file

@ -247,7 +247,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "hubcaps" name = "hubcaps"
version = "0.3.16" version = "0.3.16"
source = "git+https://github.com/grahamc/hubcaps.git#1c5da1e60ee2d0d69188d83da048e7328aae05b9" source = "git+https://github.com/grahamc/hubcaps.git#3638c7df3ecd46a773ea76a07c845e08bbd6d9ab"
dependencies = [ dependencies = [
"error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"frank_jwt 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "frank_jwt 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -67,8 +67,8 @@ rec {
authors = [ "softprops <d.tangren@gmail.com>" ]; authors = [ "softprops <d.tangren@gmail.com>" ];
src = fetchgit { src = fetchgit {
url = "https://github.com/grahamc/hubcaps.git"; url = "https://github.com/grahamc/hubcaps.git";
rev = "1c5da1e60ee2d0d69188d83da048e7328aae05b9"; rev = "3638c7df3ecd46a773ea76a07c845e08bbd6d9ab";
sha256 = "0s8ralkinvcjs5cnl2iar0hzwa1k16b7a0n24fw5dx9fqcykm4ya"; sha256 = "1gx3fplnyna18f7a90jn9mi22xpqwyi9zpn8jvamlxb852lybmhd";
fetchSubmodules = false; fetchSubmodules = false;
}; };
dependencies = mapFeatures features ([ dependencies = mapFeatures features ([

View file

@ -79,7 +79,7 @@ let
nix-prefetch-git nix-prefetch-git
latest.rustChannels.stable.rust latest.rustChannels.stable.rust
#rustfmt #rustfmt
#carnix carnix
openssl_1_0_2.dev openssl_1_0_2.dev
pkgconfig pkgconfig
git git