mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
podman: 0.11.1 -> 0.12.1
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
a97b42511f
commit
e3452cd875
1 changed files with 2 additions and 2 deletions
|
@ -6,12 +6,12 @@ with lib;
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "podman-${version}";
|
||||
version = "0.11.1.1";
|
||||
version = "0.12.1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "containers";
|
||||
repo = "libpod";
|
||||
rev = "v${version}";
|
||||
sha256 = "18r7jasaf18cbraf5v2fl96hs47d3ivjq82pivw9knbwafsscg64";
|
||||
sha256 = "18vmzq9nqjndxa3gkc7y1rrfsyrbcrpglipp38jmn7m45w1g8dj7";
|
||||
};
|
||||
|
||||
# Optimizations break compilation of libseccomp c bindings
|
||||
|
|
Loading…
Reference in a new issue