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

butane: 0.24.0 -> 0.25.0 (#441453)

parents 1b2dec08 713a26dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "butane";
  version = "0.24.0";
  version = "0.25.0";

  src = fetchFromGitHub {
    owner = "coreos";
    repo = "butane";
    rev = "v${version}";
    hash = "sha256-xb5CDuwGpYJgnG0KzlvkzTyeqo1d2fUcXh0a2hbCEd0=";
    hash = "sha256-A6B7p2Db+7xlNIeiZYV53yiwcq6oaTv0CKGZNkkWcxU=";
  };

  vendorHash = null;