gdrive 2.1.0 -> 2.1.1 https://github.com/prasmussen/gdrive/releases attrpath: gdrive Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace 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; }; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gdrive nix build failed. got build log for 'gdrive' from 'daemon' @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/x4p5yg47ai209jin1phhj4fc2iw3b5ix-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/x4p5yg47ai209jin1phhj4fc2iw3b5ix-go-1.19.4/share/go/src/golang.org/x/oauth2/google (from $GOROOT) /build/go/src/golang.org/x/oauth2/google (from $GOPATH)