mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
localstack: 4.3.0 -> 4.4.0
This commit is contained in:
parent
74e5fb8074
commit
430c7b3f7b
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "localstack";
|
pname = "localstack";
|
||||||
version = "4.3.0";
|
version = "4.4.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "localstack";
|
owner = "localstack";
|
||||||
repo = "localstack";
|
repo = "localstack";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-owkRyMT/ntKPUHp4Are91/4LThVzzaoeZZ0gpKLD6mM=";
|
hash = "sha256-kRAlRJlGdpbSmbffhAIJvWWqKG9nhe6zHCQyxX88gRM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3.pkgs; [
|
build-system = with python3.pkgs; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue