Merge pull request #269759 from r-ryantm/auto-update/localstack

localstack: 2.3.2 -> 3.0.0
This commit is contained in:
OTABI Tomoya 2023-11-26 14:01:01 +09:00 committed by GitHub
commit 2f6b655128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,13 +20,13 @@
buildPythonPackage rec {
pname = "localstack";
version = "2.3.2";
version = "3.0.0";
src = fetchFromGitHub {
owner = "localstack";
repo = "localstack";
rev = "refs/tags/v${version}";
hash = "sha256-8HrPnMmzoxgAhu3Qm18FBJ3kNoGOD7bGmI1t7tcETwM=";
hash = "sha256-N/Mc1bubCcq38VxUqkO9LGG25pEetEyJ+VJMdg/7hrU=";
};
postPatch = ''