butane: 0.25.1 -> 0.26.0

This commit is contained in:
R. Ryantm
2026-01-19 23:49:50 +00:00
parent 2e606f2c97
commit e536834877
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "butane";
version = "0.25.1";
version = "0.26.0";
src = fetchFromGitHub {
owner = "coreos";
repo = "butane";
rev = "v${version}";
hash = "sha256-HrLnXkaayCmMrvW79NSYrmI0ujfHtRwWmonkbvTXEXY=";
hash = "sha256-htD/FecmBVUp0bmzDJpUNw8rVr9mheFwagUISFu8lJM=";
};
vendorHash = null;