Merge pull request #126989 from ruuda/butane0121

butane: 0.12.0 -> 0.12.1
This commit is contained in:
Arseniy Seroka 2021-06-16 01:07:51 +03:00 committed by GitHub
commit 99d6ee52b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@ with lib;
buildGoModule rec {
pname = "butane";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "coreos";
repo = "butane";
rev = "v${version}";
sha256 = "0wjnzxjv71pmn88f6fm20xhsmdib6jwn9839n1xw9px9w95qg0yy";
sha256 = "1bgh7h3hwrgjkw72233qzqpkshzbizhdapa0lalzj1xnclq3rqlp";
};
vendorSha256 = null;