butane: 0.16.0 -> 0.17.0

This commit is contained in:
Ruud van Asseldonk 2023-01-07 11:55:29 +01:00
parent 764b725c35
commit 2638c1f4c1

View File

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