cni: 0.3.0 -> 0.5.2

authored by Jaka Hudoklin and committed by Robin Gloster ff641385 55dbbfd8

+4 -4
+4 -4
pkgs/applications/networking/cluster/cni/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "cni-${version}"; 5 - version = "0.3.0"; 5 + version = "0.5.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "containernetworking"; 9 9 repo = "cni"; 10 10 rev = "v${version}"; 11 - sha256 = "1nvixvf5slnsdrfpfs2km64x680wf83jbyp7il12bcim37q2az7m"; 11 + sha256 = "0n2sc5xf1h0i54am80kj7imrvawddn0kxvgi65w0194dpmyrg5al"; 12 12 }; 13 13 14 14 buildInputs = [ go ]; ··· 16 16 outputs = ["out" "plugins"]; 17 17 18 18 buildPhase = '' 19 - patchShebangs build 20 - ./build 19 + patchShebangs build.sh 20 + ./build.sh 21 21 ''; 22 22 23 23 installPhase = ''