Merge pull request #290239 from ruuda/butane-0200

butane: 0.19.0 -> 0.20.0
This commit is contained in:
Nikolay Korotkiy 2024-02-23 04:43:09 +04:00 committed by GitHub
commit 3f7d139ea9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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