podman: 0.11.1 -> 0.12.1

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2018-12-11 16:55:05 +01:00
parent a97b42511f
commit e3452cd875
No known key found for this signature in database
GPG key ID: 083CC6FD6EB699A3

View file

@ -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