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

butane: 0.18.0 -> 0.19.0
This commit is contained in:
OTABI Tomoya
2023-10-13 00:38:52 +09:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "butane";
version = "0.18.0";
version = "0.19.0";
src = fetchFromGitHub {
owner = "coreos";
repo = "butane";
rev = "v${version}";
hash = "sha256-HkvDJVSGve6t1gEek8FvfIK20r5TOHRJ71KsGUj95fM=";
hash = "sha256-v3HJpkfzGFii4hUfKRiFwcBcAObL1ItYw/9t8FO9gss=";
};
vendorHash = null;