butane: 0.13.1 -> 0.14.0

This commit is contained in:
Ruud van Asseldonk 2022-01-29 12:12:12 +01:00
parent 4e6b2fe206
commit d4867eca67

View file

@ -4,13 +4,13 @@ with lib;
buildGoModule rec {
pname = "butane";
version = "0.13.1";
version = "0.14.0";
src = fetchFromGitHub {
owner = "coreos";
repo = "butane";
rev = "v${version}";
sha256 = "sha256-wrz9+McHW2NNMsB3uOZIceykYBlSgl2WErAT8bMlkXo=";
sha256 = "sha256-rS1/LQ5R3WY9ot1pgtN+6t/ZChr9SxPzrsNio7WWNqQ=";
};
vendorSha256 = null;