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

localstack: 1.4.0 -> 2.2.0
This commit is contained in:
Weijia Wang 2023-09-06 21:52:08 +02:00 committed by GitHub
commit 2e25524905
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,13 +20,13 @@
buildPythonPackage rec {
pname = "localstack";
version = "1.4.0";
version = "2.2.0";
src = fetchFromGitHub {
owner = "localstack";
repo = "localstack";
rev = "refs/tags/v${version}";
hash = "sha256-mfPlpB1CvYuhnfucDfJjZtNS+1Kz0/l3+3uUXxxGiF4=";
hash = "sha256-hlK3pltajFRAtiwLOJQNmxRfoRAX5Jccygglbhb45O8=";
};
postPatch = ''