2022-11-14T02:11:32 gdrive 2.1.0 -> 2.1.1 https://github.com/prasmussen/gdrive/releases 2022-11-14T02:11:34 attrpath: gdrive 2022-11-14T02:11:35 Checking auto update branch... 2022-11-14T02:11:35 No auto update branch exists 2022-11-14T02:11:38 [version] 2022-11-14T02:11:41 [version] updated version and sha256 2022-11-14T02:11:41 [rustCrateVersion] 2022-11-14T02:11:41 [rustCrateVersion] No cargoSha256 found 2022-11-14T02:11:41 [golangModuleVersion] 2022-11-14T02:11:41 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-14T02:11:41 [updateScript] 2022-11-14T02:11:41 [updateScript] skipping because derivation has no updateScript 2022-11-14T02:11:41 2022-11-14T02:11:41 [quotedUrls] 2022-11-14T02:11:41 [quotedUrls] nothing found to replace 2022-11-14T02:11:42 Diff after rewrites: diff --git a/pkgs/applications/networking/gdrive/default.nix b/pkgs/applications/networking/gdrive/default.nix index b62bda3c469..1b496e0adbe 100644 --- a/pkgs/applications/networking/gdrive/default.nix +++ b/pkgs/applications/networking/gdrive/default.nix @@ -2,7 +2,7 @@ buildGoPackage rec { pname = "gdrive"; - version = "2.1.0"; + version = "2.1.1"; rev = version; goPackagePath = "github.com/prasmussen/gdrive"; @@ -10,7 +10,7 @@ buildGoPackage rec { src = fetchFromGitHub { owner = "prasmussen"; repo = "gdrive"; - sha256 = "0ywm4gdmrqzb1a99vg66a641r74p7lglavcpgkm6cc2gdwzjjfg7"; + sha256 = "sha256-2dJmGFHfGSroucn4WgiV2NExBs5wtMDe2kX1jDBwbRs="; inherit rev; }; 2022-11-14T02:13:13 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gdrive nix build failed. warning: unknown setting 'experimental-features' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/ivgasr5jv5n7zssv87lc0jykrkjif933-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring @nix { "action": "setPhase", "phase": "buildPhase" } building Building subPackage github.com/prasmussen/gdrive go/src/github.com/prasmussen/gdrive/drive/sync.go:5:2: cannot find package "github.com/sabhiram/go-gitignore" in any of: /build/go/src/github.com/prasmussen/gdrive/vendor/github.com/sabhiram/go-gitignore (vendor tree) /nix/store/8bm6rgad2l0647ns9frxp3bfyq5q5wa4-go-1.19.3/share/go/src/github.com/sabhiram/go-gitignore (from $GOROOT) /build/go/src/github.com/sabhiram/go-gitignore (from $GOPATH) go/src/github.com/prasmussen/gdrive/auth/oauth.go:6:2: cannot find package "golang.org/x/oauth2/google" in any of: /build/go/src/github.com/prasmussen/gdrive/vendor/golang.org/x/oauth2/google (vendor tree) /nix/store/8bm6rgad2l0647ns9frxp3bfyq5q5wa4-go-1.19.3/share/go/src/golang.org/x/oauth2/google (from $GOROOT) /build/go/src/golang.org/x/oauth2/google (from $GOPATH)