lol

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 5 buildGoModule rec { 6 pname = "butane"; 7 - version = "0.15.0"; 8 9 src = fetchFromGitHub { 10 owner = "coreos"; 11 repo = "butane"; 12 rev = "v${version}"; 13 - sha256 = "sha256-Aa3IBLBJwSDaQ+BJakxBZB27yx0gelDoujWLaAaQ9VI="; 14 }; 15 16 vendorSha256 = null;
··· 4 5 buildGoModule rec { 6 pname = "butane"; 7 + version = "0.16.0"; 8 9 src = fetchFromGitHub { 10 owner = "coreos"; 11 repo = "butane"; 12 rev = "v${version}"; 13 + sha256 = "sha256-PjuQ5eEW/CdghkVHozxrG9WPNKJZwUcf7/ZRIcUAtJY="; 14 }; 15 16 vendorSha256 = null;