butane: 0.11.0 -> 0.12.0

This commit is contained in:
Ruud van Asseldonk 2021-06-10 09:02:26 +02:00
parent 799fbc3e3c
commit db5fdb7107

View file

@ -4,13 +4,13 @@ with lib;
buildGoModule rec {
pname = "butane";
version = "0.11.0";
version = "0.12.0";
src = fetchFromGitHub {
owner = "coreos";
repo = "butane";
rev = "v${version}";
sha256 = "1s4rkq7mj1lyi8h47jyfy3qygfxhrmpihdy8rcnn55gcy04lm0qc";
sha256 = "0wjnzxjv71pmn88f6fm20xhsmdib6jwn9839n1xw9px9w95qg0yy";
};
vendorSha256 = null;