Bump hubcaps fork to fix "invalid value: integer 4660755204, expected i32"

....I hope.
This commit is contained in:
Cole Helbling 2021-12-29 10:01:07 -08:00
parent 998adc8e2a
commit c16f183447
2 changed files with 5 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
version = "0.15.2"
@ -472,7 +474,7 @@ checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"
[[package]]
name = "hubcaps"
version = "0.3.16"
source = "git+https://github.com/grahamc/hubcaps.git#5e656ba35ab4ee74aa72b3b5c3a62e1bf351ff6a"
source = "git+https://github.com/grahamc/hubcaps.git#fd95f915cef93a873fec5cdb525b0f7d8637d2c8"
dependencies = [
"error-chain",
"frank_jwt",

View file

@ -8,7 +8,7 @@ let
pkg = pkgs.rustPlatform.buildRustPackage {
name = "ofborg";
src = pkgs.nix-gitignore.gitignoreSource [] ./.;
src = pkgs.nix-gitignore.gitignoreSource [ ] ./.;
nativeBuildInputs = with pkgs; [
pkgconfig
@ -34,7 +34,7 @@ let
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"hubcaps-0.3.16" = "1p7rn8y71fjwfag65437gz7a56pysz9n69smaknvblyxpjdzmh4d";
"hubcaps-0.3.16" = "sha256-WHceECaFu+X2nJfnW5Agr42MepGkLsipglJVW38QIp8=";
};
};
};