azure-functions-core-tools: 4.0.5348 -> 4.0.5390

This commit is contained in:
Antti Keränen
2023-11-17 15:00:20 +02:00
parent a626abc132
commit f217e47591
@@ -7,12 +7,12 @@
dotnetCorePackages,
}:
let
version = "4.0.5348";
version = "4.0.5390";
src = fetchFromGitHub {
owner = "Azure";
repo = "azure-functions-core-tools";
rev = version;
sha256 = "sha256-XrUE8MSnxD/qnsHjpBYcot1jbOHTYUhGdvRLwG3eN/g=";
sha256 = "sha256-pbhtixJh585gHTJeqtYedQzC5/LL/Pzu5JlC9cWVW18=";
};
gozip = buildGoModule {
pname = "gozip";