butane: 0.25.0 -> 0.25.1

This commit is contained in:
R. Ryantm
2025-09-26 12:40:08 +00:00
parent 231b94ff35
commit 66f5f4daeb
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "butane";
version = "0.25.0";
version = "0.25.1";
src = fetchFromGitHub {
owner = "coreos";
repo = "butane";
rev = "v${version}";
hash = "sha256-A6B7p2Db+7xlNIeiZYV53yiwcq6oaTv0CKGZNkkWcxU=";
hash = "sha256-HrLnXkaayCmMrvW79NSYrmI0ujfHtRwWmonkbvTXEXY=";
};
vendorHash = null;