butane: 0.21.0 -> 0.22.0 (#344359)

This commit is contained in:
Nick Cao 2024-09-25 08:46:45 -04:00 committed by GitHub
commit 7010541f38
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.21.0";
version = "0.22.0";
src = fetchFromGitHub {
owner = "coreos";
repo = "butane";
rev = "v${version}";
hash = "sha256-KsI+mt7nJHwrq0+GPNcI79jRy/4WEjHp2/egw0PcRLM=";
hash = "sha256-ELCERcgw01RcSMQjM0PL8CyTKrdfEPV9U8/RSf7YxCs=";
};
vendorHash = null;