butane: 0.18.0 -> 0.19.0

This commit is contained in:
R. Ryantm 2023-10-09 17:34:03 +00:00
parent b7129e447b
commit 691be085f9

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "butane";
version = "0.18.0";
version = "0.19.0";
src = fetchFromGitHub {
owner = "coreos";
repo = "butane";
rev = "v${version}";
hash = "sha256-HkvDJVSGve6t1gEek8FvfIK20r5TOHRJ71KsGUj95fM=";
hash = "sha256-v3HJpkfzGFii4hUfKRiFwcBcAObL1ItYw/9t8FO9gss=";
};
vendorHash = null;