summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nixos/tests/podman.nix6
-rw-r--r--pkgs/applications/virtualization/podman/default.nix4
2 files changed, 2 insertions, 8 deletions
diff --git a/nixos/tests/podman.nix b/nixos/tests/podman.nix
index dd28563dc4c1..bccd2de7c9b9 100644
--- a/nixos/tests/podman.nix
+++ b/nixos/tests/podman.nix
@@ -61,12 +61,6 @@ import ./make-test-python.nix (
podman.succeed("podman stop sleeping")
podman.succeed("podman rm sleeping")
-
- podman.succeed(
- "mkdir -p /tmp/podman-run-1000/libpod && chown alice -R /tmp/podman-run-1000"
- )
-
-
with subtest("Run container rootless with crun"):
podman.succeed(su_cmd("tar cv --files-from /dev/null | podman import - scratchimg"))
podman.succeed(
diff --git a/pkgs/applications/virtualization/podman/default.nix b/pkgs/applications/virtualization/podman/default.nix
index dd56efe60f83..cd32c80f74eb 100644
--- a/pkgs/applications/virtualization/podman/default.nix
+++ b/pkgs/applications/virtualization/podman/default.nix
@@ -16,13 +16,13 @@
buildGoModule rec {
pname = "podman";
- version = "2.2.0";
+ version = "2.2.1";
src = fetchFromGitHub {
owner = "containers";
repo = "podman";
rev = "v${version}";
- sha256 = "13na6ms0dapcmfb4pg8z3sds9nprr1lyyjs0v2izqifcyb1r1c00";
+ sha256 = "166ch73pqx76ppfkhfg3zqxr71jf5pk5asl5bb5rwhyzf7f057q5";
};
vendorSha256 = null;