butane: 0.22.0 -> 0.23.0

This commit is contained in:
R. Ryantm
2024-12-09 00:54:29 +00:00
parent 962bd73da6
commit a963fa59d0
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "butane";
version = "0.22.0";
version = "0.23.0";
src = fetchFromGitHub {
owner = "coreos";
repo = "butane";
rev = "v${version}";
hash = "sha256-ELCERcgw01RcSMQjM0PL8CyTKrdfEPV9U8/RSf7YxCs=";
hash = "sha256-UJRHqvfCeKxbE+SRQZEm797WqwGpwjlqol8z36l3nS4=";
};
vendorHash = null;