File tree Expand file tree Collapse file tree
pkgs/applications/virtualization/cri-o Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616buildGoModule 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
Original file line number Diff line number Diff line change 1010, utillinux # nsenter
1111, cni-plugins # not added to path
1212, iptables
13- , socat
1413} :
1514
1615let
2221 conmon
2322 utillinux
2423 iptables
25- socat
2624 ] ++ extraPackages ) ;
2725
2826in runCommand cri-o . name {
You can’t perform that action at this time.
0 commit comments