lol

python3Packages.localstack-ext: 1.3.1 -> 1.4.0

+2 -2
+2 -2
pkgs/development/python-modules/localstack-ext/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "localstack-ext"; 19 - version = "1.3.1"; 19 + version = "1.4.0"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - sha256 = "sha256-zMGKGTKomduydhOAxfif/Caf1QJiG2mxig4a+789SJc="; 23 + sha256 = "sha256-/uesHiB/54wEfcWf4e9BW1ZvcVfAgAD7yGAlfYxv+6g="; 24 24 }; 25 25 26 26 postPatch = ''