Unverified Commit 2402e7af authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #224685 from ruuda/butane-0180

butane: 0.17.0 -> 0.18.0
parents 7b21d7f7 3766708e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "butane";
  version = "0.17.0";
  version = "0.18.0";

  src = fetchFromGitHub {
    owner = "coreos";
    repo = "butane";
    rev = "v${version}";
    sha256 = "sha256-tLUC/1yD3vgId98UWiZOlud38uO+CUzp0uuYKkAXJEs=";
    hash = "sha256-HkvDJVSGve6t1gEek8FvfIK20r5TOHRJ71KsGUj95fM=";
  };

  vendorSha256 = null;