Merge pull request #224685 from ruuda/butane-0180

butane: 0.17.0 -> 0.18.0
This commit is contained in:
Mario Rodas
2023-04-06 18:28:51 -05:00
committed by GitHub
+2 -2
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;