Unverified Commit 139ccb05 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #267908 from r-ryantm/auto-update/rke

rke: 1.4.10 -> 1.4.11
parents 3dda68ea e1fcc1f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "rke";
  version = "1.4.10";
  version = "1.4.11";

  src = fetchFromGitHub {
    owner = "rancher";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-rr6CN5ik4vuLNqzNPvISfRfOjTcD48pSre2K6xr6xSk=";
    hash = "sha256-bsvAyyf/ITIm8pxVF61idM91Ztd/2ufH2lBHR6a7lCQ=";
  };

  vendorHash = "sha256-3bivFrn2xDyILD1ugSr7IehhNq4vkqShFQI3sbeY0iY=";