Unverified Commit 95a8c9a2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

rke: 1.8.12 -> 1.8.13 (#505083)

parents 9092af89 b46f4901
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule (finalAttrs: {
  pname = "rke";
  version = "1.8.12";
  version = "1.8.13";

  src = fetchFromGitHub {
    owner = "rancher";
    repo = "rke";
    rev = "v${finalAttrs.version}";
    hash = "sha256-OXNnf/JCzW2PMVqLuz+1PAsBaoBhWUVJ1H0P0Sl/Eko=";
    hash = "sha256-urDJEpj0B6hq3M24JvYi9DTdAgwlyb0hpElisPrxbdU=";
  };

  vendorHash = "sha256-OWC8OZhORHwntAR2YHd4KfQgB2Wtma6ayBWfY94uOA4=";