fedora-coreos-config-transpiler: 0.9.0 -> 0.10.0

This commit is contained in:
Ruud van Asseldonk 2021-02-04 19:25:26 +01:00
parent 1c24ff1f1f
commit c7fa6ca697

View File

@ -4,13 +4,13 @@ with lib;
buildGoModule rec {
pname = "fcct";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "coreos";
repo = "fcct";
rev = "v${version}";
sha256 = "0kdsnsp9nzkkfwakcx64md66yz2k7cpw8bkhdv798yirbrqprgp6";
sha256 = "0gxaj2fy889fl5vhb4s89rhih9a65aqjsz2yffhi5z4fa2im8szv";
};
vendorSha256 = null;