Unverified Commit 165f2cd6 authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

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

google-cloud-sdk/components: use fetchurl instead of builtins.fetchurl
parents 10f928a5 05d09a6d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
{ 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;