Merge pull request #318138 from r-ryantm/auto-update/butane

butane: 0.20.0 -> 0.21.0
This commit is contained in:
Nick Cao 2024-06-08 09:46:27 -04:00 committed by GitHub
commit 4af94d1c50
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.20.0";
version = "0.21.0";
src = fetchFromGitHub {
owner = "coreos";
repo = "butane";
rev = "v${version}";
hash = "sha256-bSzXiA9dAMuljKCDpbWd1hSICNBAMCAUGPLH+0Sz1mA=";
hash = "sha256-KsI+mt7nJHwrq0+GPNcI79jRy/4WEjHp2/egw0PcRLM=";
};
vendorHash = null;