Merge pull request #130437 from ruuda/butane0130

butane: 0.12.1 -> 0.13.0
This commit is contained in:
Ben Siraphob 2021-07-18 02:15:49 +07:00 committed by GitHub
commit 8f475dbc9c
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.1";
version = "0.13.0";
src = fetchFromGitHub {
owner = "coreos";
repo = "butane";
rev = "v${version}";
sha256 = "1bgh7h3hwrgjkw72233qzqpkshzbizhdapa0lalzj1xnclq3rqlp";
sha256 = "0z1cq43dnj73k0idjhc310h00a1mryk2297w3yy6k1sa95swlz9m";
};
vendorSha256 = null;