Unverified Commit a86084c6 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

rancher: 2.12.0 -> 2.12.1 (#438109)

parents 46a7b773 0fba50a3
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.0";
  version = "2.12.1";

  src = fetchFromGitHub {
    owner = "rancher";
    repo = "cli";
    tag = "v${version}";
    hash = "sha256-K0uMo/sRol2F02iV7b9NcmZcQGZ9iSEIdbZgT+Ea+/c=";
    hash = "sha256-EUkGdnk8LmDwLBqhIp5VbTBQrLicl25aQRBK/nYQhWE=";
  };

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

  vendorHash = "sha256-l+mrardcka7ETcriFZHTxU+LTXwwQoED9yIar0S2gHA=";
  vendorHash = "sha256-8+GWDZy8icrmsr5hTnjxKy+D5oUOh/HXIKlmxIzq/m0=";

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