Commit 0fa6ab1d authored by R. RyanTM's avatar R. RyanTM
Browse files

colima: 0.5.3 -> 0.5.4

parent 1e21dd61
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 = ''