usql 0.14.10 -> 0.14.12 https://github.com/xo/usql/releases attrpath: usql Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4g50pw1zdvpjf6m061dxiyzd4laf0fma-packages.json.drv building '/nix/store/4g50pw1zdvpjf6m061dxiyzd4laf0fma-packages.json.drv'... Going to be running update for following packages: - usql-0.14.10 Press Enter key to continue... Running update for: - usql-0.14.10: UPDATING ... - usql-0.14.10: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/misc/usql/default.nix b/pkgs/applications/misc/usql/default.nix index ad45adbe0a7..add658508b6 100644 --- a/pkgs/applications/misc/usql/default.nix +++ b/pkgs/applications/misc/usql/default.nix @@ -10,18 +10,18 @@ buildGoModule rec { pname = "usql"; - version = "0.14.10"; + version = "0.14.12"; src = fetchFromGitHub { owner = "xo"; repo = "usql"; rev = "v${version}"; - hash = "sha256-4T8h4KPouhjGaeeThCULilzmPs2CVGBpiqXYmtSkCO4="; + hash = "sha256-BJyNJwsVNNJ0MS55PfJhJ282nS8sqruyKO6Y8y4Erks="; }; buildInputs = [ unixODBC icu ]; - vendorHash = "sha256-a+hcd0vQ0jt3Dp+YnMORe6yIohbmpN22sOUJ6G1i4P4="; + vendorHash = "sha256-D/XA65ySOCloHJeDjnLr6rrXtl8kvvuwugutCM5a0mc="; proxyVendor = true; # Exclude broken impala & hive driver No auto update branch exists 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 usql nix build failed. Building subPackage ./drivers/couchbase Building subPackage ./drivers/csvq Building subPackage ./drivers/databend Building subPackage ./drivers/exasol Building subPackage ./drivers/firebird Building subPackage ./drivers/flightsql Building subPackage ./drivers/genji go: downloading github.com/genjidb/genji v0.15.2 go: downloading github.com/cockroachdb/errors v1.10.0 go: downloading github.com/buger/jsonparser v1.1.1 go: downloading github.com/cockroachdb/pebble v0.0.0-20230718183418-628c4107d05a go: downloading github.com/minio/sio v0.3.1 go: downloading github.com/cockroachdb/redact v1.1.5 go: downloading github.com/getsentry/sentry-go v0.22.0 go: downloading github.com/gogo/protobuf v1.3.2 go: downloading github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b go: downloading github.com/kr/pretty v0.3.1 go: downloading github.com/kr/text v0.2.0 go: downloading github.com/rogpeppe/go-internal v1.11.0 go: downloading github.com/cockroachdb/tokenbucket v0.0.0-20230613231145-182959a1fad6 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/DataDog/zstd v1.5.6-0.20230622172052-ea68dcab66c0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/prometheus/common v0.44.0 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 # github.com/genjidb/genji/internal/database ../go/pkg/mod/github.com/genjidb/genji@v0.15.2/internal/database/encryption.go:100:9: cannot use &encryptedFile{…} (value of type *encryptedFile) as vfs.File value in return statement: *encryptedFile does not implement vfs.File (missing method Preallocate) ../go/pkg/mod/github.com/genjidb/genji@v0.15.2/internal/database/encryption.go:183:9: cannot use &encryptedFile{…} (value of type *encryptedFile) as vfs.File value in return statement: *encryptedFile does not implement vfs.File (missing method Preallocate) ../go/pkg/mod/github.com/genjidb/genji@v0.15.2/internal/database/encryption.go:220:9: cannot use &encryptedFile{…} (value of type *encryptedFile) as vfs.File value in return statement: *encryptedFile does not implement vfs.File (missing method Preallocate)