Commit 9381987a authored by R. RyanTM's avatar R. RyanTM
Browse files

ko: 0.14.1 -> 0.15.0

parent 02f19093
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "ko";
  version = "0.14.1";
  version = "0.15.0";

  src = fetchFromGitHub {
    owner = "ko-build";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-jBysfeoZ9W94c07xFODBASrWGJbZRHsUODfEul9f4Ug=";
    hash = "sha256-z0VemNdN35p5fA+cenXil7Vonl+ryu1ruKxzWFwMPfI=";
  };

  vendorHash = null;