Unverified Commit 27fd5766 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

rancher: 2.12.2 -> 2.12.3 (#454817)

parents 39b0a238 40258dce
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "rancher";
  version = "2.12.2";
  version = "2.12.3";

  src = fetchFromGitHub {
    owner = "rancher";
    repo = "cli";
    tag = "v${version}";
    hash = "sha256-KVJfeCv+rMPGvKknov1LQX/ndI182p8p+ze2522xb7U=";
    hash = "sha256-i+l+vs+uD6h0GruvxhkQtb7DYCJ3uysa/rZ8hGmmu7Y=";
  };

  env.CGO_ENABLED = 0;
@@ -25,7 +25,7 @@ buildGoModule rec {
    "-static"
  ];

  vendorHash = "sha256-guxr/co4IJoX+mSBPFqdjo8C/QnRIXcd/RztNdnfVQM=";
  vendorHash = "sha256-mObfou6JXQ+ZWvxWMpdcC1ymngFJZ8k9I+rCYCFvDg4=";

  postInstall = ''
    mv $out/bin/cli $out/bin/rancher