Skip to content

Commit 1e83242

Browse files
saschagrunertzowoq
authored andcommitted
cri-o: 1.18.3 -> 1.19.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
1 parent ec63fab commit 1e83242

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

pkgs/applications/virtualization/cri-o/default.nix

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
buildGoModule rec {
1717
pname = "cri-o";
18-
version = "1.18.3";
18+
version = "1.19.0";
1919

2020
src = fetchFromGitHub {
2121
owner = "cri-o";
2222
repo = "cri-o";
2323
rev = "v${version}";
24-
sha256 = "1csdbyypqwxkfc061pdv7nj52a52b9xxzb6qgxcznd82w7wgfb3g";
24+
sha256 = "1lrr8y0k6609z4gb8cg277rq58sh0bqd2b4mzjlynyjdgp3xskfq";
2525
};
2626
vendorSha256 = null;
2727

@@ -41,10 +41,6 @@ buildGoModule rec {
4141

4242
BUILDTAGS = "apparmor seccomp selinux containers_image_openpgp containers_image_ostree_stub";
4343
buildPhase = ''
44-
patchShebangs .
45-
46-
sed -i '/version.buildDate/d' Makefile
47-
4844
make binaries docs BUILDTAGS="$BUILDTAGS"
4945
'';
5046

pkgs/applications/virtualization/cri-o/wrapper.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
, utillinux # nsenter
1111
, cni-plugins # not added to path
1212
, iptables
13-
, socat
1413
}:
1514

1615
let
@@ -22,7 +21,6 @@ let
2221
conmon
2322
utillinux
2423
iptables
25-
socat
2624
] ++ extraPackages);
2725

2826
in runCommand cri-o.name {

0 commit comments

Comments
 (0)