butane: 0.15.0 -> 0.16.0

This commit is contained in:
R. Ryantm 2022-10-17 08:22:48 +00:00 committed by Bobby Rong
parent eaa2608a12
commit a85d36756d

View file

@ -4,13 +4,13 @@ with lib;
buildGoModule rec {
pname = "butane";
version = "0.15.0";
version = "0.16.0";
src = fetchFromGitHub {
owner = "coreos";
repo = "butane";
rev = "v${version}";
sha256 = "sha256-Aa3IBLBJwSDaQ+BJakxBZB27yx0gelDoujWLaAaQ9VI=";
sha256 = "sha256-PjuQ5eEW/CdghkVHozxrG9WPNKJZwUcf7/ZRIcUAtJY=";
};
vendorSha256 = null;