butane: 0.17.0 -> 0.18.0

This commit is contained in:
Ruud van Asseldonk 2023-04-04 19:51:22 +02:00
parent a3cff1f052
commit 3766708eac

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "butane";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "coreos";
repo = "butane";
rev = "v${version}";
sha256 = "sha256-tLUC/1yD3vgId98UWiZOlud38uO+CUzp0uuYKkAXJEs=";
hash = "sha256-HkvDJVSGve6t1gEek8FvfIK20r5TOHRJ71KsGUj95fM=";
};
vendorSha256 = null;