Unverified Commit 71f910e4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #220633 from r-ryantm/auto-update/colima

colima: 0.5.3 -> 0.5.4
parents 67f86fb4 0fa6ab1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

buildGoModule rec {
  pname = "colima";
  version = "0.5.3";
  version = "0.5.4";

  src = fetchFromGitHub {
    owner = "abiosoft";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-uAstW+LzgT+xEJf4WNVSZsWtE50RU/rRpC7mkkFMIJU=";
    sha256 = "sha256-oCYHQFajtZXVAVeJ8zvJABlmwmOUgisvVg9eLT7wd0M=";
    # We need the git revision
    leaveDotGit = true;
    postFetch = ''