butane: 0.15.0 -> 0.16.0

authored by

R. Ryantm and committed by
Bobby Rong
a85d3675 eaa2608a

+2 -2
+2 -2
pkgs/development/tools/butane/default.nix
··· 4 4 5 5 buildGoModule rec { 6 6 pname = "butane"; 7 - version = "0.15.0"; 7 + version = "0.16.0"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "coreos"; 11 11 repo = "butane"; 12 12 rev = "v${version}"; 13 - sha256 = "sha256-Aa3IBLBJwSDaQ+BJakxBZB27yx0gelDoujWLaAaQ9VI="; 13 + sha256 = "sha256-PjuQ5eEW/CdghkVHozxrG9WPNKJZwUcf7/ZRIcUAtJY="; 14 14 }; 15 15 16 16 vendorSha256 = null;