apko: 0.25.7 -> 0.27.1 (#401065)

authored by Emily and committed by GitHub b2572020 36d71378

+3 -3
+3 -3
pkgs/development/tools/apko/default.nix
··· 7 8 buildGoModule rec { 9 pname = "apko"; 10 - version = "0.25.7"; 11 12 src = fetchFromGitHub { 13 owner = "chainguard-dev"; 14 repo = pname; 15 tag = "v${version}"; 16 - hash = "sha256-vE7aFdpzm8i/luF50g/De+tSHKMHDMtyJf9hOZ6hhSY="; 17 # populate values that require us to use git. By doing this in postFetch we 18 # can delete .git afterwards and maintain better reproducibility of the src. 19 leaveDotGit = true; ··· 25 find "$out" -name .git -print0 | xargs -0 rm -rf 26 ''; 27 }; 28 - vendorHash = "sha256-v7u3NKiaNPqSCP7lsw+On1j/h7zYUyIE6WoooaX1aZc="; 29 30 nativeBuildInputs = [ installShellFiles ]; 31
··· 7 8 buildGoModule rec { 9 pname = "apko"; 10 + version = "0.27.1"; 11 12 src = fetchFromGitHub { 13 owner = "chainguard-dev"; 14 repo = pname; 15 tag = "v${version}"; 16 + hash = "sha256-p3Wu3kOCTcIOR/4N3dZNfBxpcqcu4rob9kA9vawZNbc="; 17 # populate values that require us to use git. By doing this in postFetch we 18 # can delete .git afterwards and maintain better reproducibility of the src. 19 leaveDotGit = true; ··· 25 find "$out" -name .git -print0 | xargs -0 rm -rf 26 ''; 27 }; 28 + vendorHash = "sha256-9JhbKfoqySB4nsCI1dCpOed9CnQJWwUPkpL/DXGnV3E="; 29 30 nativeBuildInputs = [ installShellFiles ]; 31