podman: 0.12.1 -> 0.12.1.2

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester
2019-01-21 12:21:12 +01:00
parent e3452cd875
commit 1a10caf4df
2 changed files with 2 additions and 53 deletions
@@ -6,12 +6,12 @@ with lib;
stdenv.mkDerivation rec {
name = "podman-${version}";
version = "0.12.1";
version = "0.12.1.2";
src = fetchFromGitHub {
owner = "containers";
repo = "libpod";
rev = "v${version}";
sha256 = "18vmzq9nqjndxa3gkc7y1rrfsyrbcrpglipp38jmn7m45w1g8dj7";
sha256 = "1gz7vci273bgrihrxbks2zxlb2lsmlj3lisw7s3d54ci0zr7avv3";
};
# Optimizations break compilation of libseccomp c bindings
@@ -22,8 +22,6 @@ stdenv.mkDerivation rec {
go btrfs-progs libseccomp gpgme lvm2
];
patches = [ ./0001-No-need-to-use-i-in-go-build-with-go-1.10-and-above.patch ];
buildPhase = ''
patchShebangs .
mkdir -p .gopath/src/github.com/containers