Merge pull request #322482 from deshaw/upstream-google-cloud-sdk-fetchurl

google-cloud-sdk/components: use fetchurl instead of builtins.fetchurl
This commit is contained in:
Felix Bühler 2024-06-26 22:30:16 +02:00 committed by GitHub
commit 165f2cd6c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
{ lib
, stdenv
, fetchurl
, system
, snapshotPath
, autoPatchelfHook
@ -137,7 +138,7 @@ let
inherit pname version snapshot;
src =
lib.optionalString (src != "")
(builtins.fetchurl
(fetchurl
{
url = src;
inherit sha256;