Merge pull request #209453 from ruuda/butane-0170

butane: 0.16.0 -> 0.17.0
This commit is contained in:
Bobby Rong 2023-01-07 23:47:02 +08:00 committed by GitHub
commit 0a35b84b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;