Skip to content

Commit

Permalink
azure-functions-core-tools: 3.0.3785 -> 4.0.4736
Browse files Browse the repository at this point in the history
  • Loading branch information
kfollesdal committed Sep 2, 2022
1 parent 715fa05 commit 581f79a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/azure-functions-core-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

stdenv.mkDerivation rec {
pname = "azure-functions-core-tools";
version = "3.0.3785";
version = "4.0.4736";

src = fetchurl {
url = "https://github.com/Azure/${pname}/releases/download/${version}/Azure.Functions.Cli.linux-x64.${version}.zip";
sha256 = "sha256-NdTEFQaG8eFengjzQr51ezehIHFvQZqmrjpjWk4vZKo=";
sha256 = "sha256-9b93nqvaMUjMfmB8WoVuQBHOEfFwkq94cAOfdTGD6WA=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -50,7 +50,7 @@ stdenv.mkDerivation rec {

installPhase = ''
mkdir -p $out/bin
cp -prd *.dll *.so gozip func $out/bin
cp -prd * $out/bin
patchelf \
--set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
--set-rpath "${libPath}" "$out/bin/func"
Expand Down

0 comments on commit 581f79a

Please sign in to comment.