2022-12-22T16:20:37 gdrive 2.1.0 -> 2.1.1 https://github.com/prasmussen/gdrive/releases 2022-12-22T16:20:39 attrpath: gdrive 2022-12-22T16:20:40 Checking auto update branch... 2022-12-22T16:20:40 No auto update branch exists 2022-12-22T16:20:43 [version] 2022-12-22T16:20:45 [version] updated version and sha256 2022-12-22T16:20:45 [rustCrateVersion] 2022-12-22T16:20:45 [rustCrateVersion] No cargoSha256 found 2022-12-22T16:20:45 [golangModuleVersion] 2022-12-22T16:20:45 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-22T16:20:45 [updateScript] 2022-12-22T16:20:45 [updateScript] skipping because derivation has no updateScript 2022-12-22T16:20:45 2022-12-22T16:20:45 [quotedUrls] 2022-12-22T16:20:45 [quotedUrls] nothing found to replace 2022-12-22T16:20:45 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-12-22T16:22:15 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/a7875alzpnr46z6mv4ssymfdwmvr6xbq-go-1.19.4/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/a7875alzpnr46z6mv4ssymfdwmvr6xbq-go-1.19.4/share/go/src/golang.org/x/oauth2/google (from $GOROOT) /build/go/src/golang.org/x/oauth2/google (from $GOPATH)