localstack 1.3.1 -> 1.4.0 https://github.com/localstack/localstack/releases attrpath: localstack Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/localstack/default.nix b/pkgs/development/python-modules/localstack/default.nix index b0da4fba293..48fac9f1113 100644 --- a/pkgs/development/python-modules/localstack/default.nix +++ b/pkgs/development/python-modules/localstack/default.nix @@ -20,13 +20,13 @@ buildPythonPackage rec { pname = "localstack"; - version = "1.3.1"; + version = "1.4.0"; src = fetchFromGitHub { owner = "localstack"; repo = "localstack"; rev = "refs/tags/v${version}"; - sha256 = "sha256-cxkEP/fsIGTcFLAM8tn/esCMmAvsIYb46X+EzV2VHDc="; + sha256 = "sha256-mfPlpB1CvYuhnfucDfJjZtNS+1Kz0/l3+3uUXxxGiF4="; }; postPatch = '' Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A localstack nix build failed. adding 'localstack/utils/container_utils/docker_sdk_client.py' adding 'localstack/utils/kinesis/__init__.py' adding 'localstack/utils/kinesis/kclipy_helper.py' adding 'localstack/utils/kinesis/kinesis_connector.py' adding 'localstack/utils/kinesis/kinesis_util.py' adding 'localstack/utils/server/__init__.py' adding 'localstack/utils/server/http2_server.py' adding 'localstack/utils/server/multiserver.py' adding 'localstack/utils/server/proxy_server.py' adding 'localstack-1.4.0.data/scripts/localstack' adding 'localstack-1.4.0.data/scripts/localstack.bat' adding 'localstack-1.4.0.dist-info/LICENSE.txt' adding 'localstack-1.4.0.dist-info/METADATA' adding 'localstack-1.4.0.dist-info/WHEEL' adding 'localstack-1.4.0.dist-info/top_level.txt' adding 'localstack-1.4.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } installing Executing pipInstallPhase /build/source/dist /build/source Processing ./localstack-1.4.0-py3-none-any.whl Requirement already satisfied: requests>=2.20.0 in /nix/store/rwg92ga380jxb057krgp73192jgmpxk5-python3.10-requests-2.28.2/lib/python3.10/site-packages (from localstack==1.4.0) (2.28.2) Requirement already satisfied: localstack-client>=1.37 in /nix/store/7i3qklbgbhlbphszy17faam0y8qjnh0j-python3.10-localstack-client-1.39/lib/python3.10/site-packages (from localstack==1.4.0) (1.39) Requirement already satisfied: pyyaml>=5.1 in /nix/store/mfylxlsvnnwmykszjfj9279x5iwhh8pf-python3.10-pyyaml-6.0/lib/python3.10/site-packages (from localstack==1.4.0) (6.0) Requirement already satisfied: python-dotenv>=0.19.1 in /nix/store/jz83wzd0j6is2q34h25invxb3bmylf9p-python3.10-python-dotenv-0.21.0/lib/python3.10/site-packages (from localstack==1.4.0) (0.21.0) ERROR: Could not find a version that satisfies the requirement localstack-ext==1.4.0 (from localstack) (from versions: none) ERROR: No matching distribution found for localstack-ext==1.4.0