Merge pull request #111948 from ruuda/fcct0100

fedora-coreos-config-transpiler: 0.9.0 -> 0.10.0
This commit is contained in:
Sandro 2021-02-04 21:26:48 +01:00 committed by GitHub
commit fe43596495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;