From 465b5ac1c8dfa32773fe5ccc1ffa74bfd1f80928 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Wed, 29 Apr 2026 12:41:40 +0200 Subject: [PATCH 1/2] chore(devenv): bump to the latest environment Signed-off-by: Matej Focko --- devenv.lock | 72 ++++++----------------------------------------------- 1 file changed, 7 insertions(+), 65 deletions(-) diff --git a/devenv.lock b/devenv.lock index 7ec1db3..365f7a5 100644 --- a/devenv.lock +++ b/devenv.lock @@ -3,10 +3,11 @@ "devenv": { "locked": { "dir": "src/modules", - "lastModified": 1756101922, + "lastModified": 1777454881, + "narHash": "sha256-AkVmSToNoYX/f1U1mHijwv4Kmyh3NRshR6JSjBwHggc=", "owner": "cachix", "repo": "devenv", - "rev": "372c975fd0d5b7fc1ffbb15c75a21d7f9ea97603", + "rev": "2bc51f06128611db5f778e3c95296399354aed85", "type": "github" }, "original": { @@ -16,68 +17,13 @@ "type": "github" } }, - "flake-compat": { - "flake": false, - "locked": { - "lastModified": 1747046372, - "owner": "edolstra", - "repo": "flake-compat", - "rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885", - "type": "github" - }, - "original": { - "owner": "edolstra", - "repo": "flake-compat", - "type": "github" - } - }, - "git-hooks": { - "inputs": { - "flake-compat": "flake-compat", - "gitignore": "gitignore", - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1755960406, - "owner": "cachix", - "repo": "git-hooks.nix", - "rev": "e891a93b193fcaf2fc8012d890dc7f0befe86ec2", - "type": "github" - }, - "original": { - "owner": "cachix", - "repo": "git-hooks.nix", - "type": "github" - } - }, - "gitignore": { - "inputs": { - "nixpkgs": [ - "git-hooks", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1709087332, - "owner": "hercules-ci", - "repo": "gitignore.nix", - "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "gitignore.nix", - "type": "github" - } - }, "nixpkgs": { "locked": { - "lastModified": 1756266583, + "lastModified": 1777268161, + "narHash": "sha256-bxrdOn8SCOv8tN4JbTF/TXq7kjo9ag4M+C8yzzIRYbE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "8a6d5427d99ec71c64f0b93d45778c889005d9c2", + "rev": "1c3fe55ad329cbcb28471bb30f05c9827f724c76", "type": "github" }, "original": { @@ -90,11 +36,7 @@ "root": { "inputs": { "devenv": "devenv", - "git-hooks": "git-hooks", - "nixpkgs": "nixpkgs", - "pre-commit-hooks": [ - "git-hooks" - ] + "nixpkgs": "nixpkgs" } } }, From 308c914b9c92d3d970d8a7390558b5b46161a3e6 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Wed, 29 Apr 2026 12:43:51 +0200 Subject: [PATCH 2/2] chore: bump to F43 Fixes #674 Fixes PACKIT-4214 Signed-off-by: Matej Focko --- containers/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/Containerfile b/containers/Containerfile index 84128b4..351e952 100644 --- a/containers/Containerfile +++ b/containers/Containerfile @@ -1,7 +1,7 @@ # Be aware that this image is used for all stages, so if a dependency is removed be sure that it is # not required in anywhere -FROM registry.fedoraproject.org/fedora:42 +FROM registry.fedoraproject.org/fedora:43 ENV ANSIBLE_PYTHON_INTERPRETER=/usr/bin/python3 \ ANSIBLE_STDOUT_CALLBACK=debug