Skip to content

Commit 7803c05

Browse files

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/lo/localstack/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3.pkgs.buildPythonApplication rec {
88
pname = "localstack";
9-
version = "4.0.3";
9+
version = "4.1.1";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "localstack";
1414
repo = "localstack";
1515
tag = "v${version}";
16-
hash = "sha256-BsmXhTJVvRKEubDQwehsrY2jRSfvDBSH5S35CNg8vrQ=";
16+
hash = "sha256-hITo6BAsFNGFG5N0b2N9nydGCsG7ged8/3g0sWovNYw=";
1717
};
1818

1919
build-system = with python3.pkgs; [

0 commit comments

Comments
 (0)