Merge pull request #111948 from ruuda/fcct0100
fedora-coreos-config-transpiler: 0.9.0 -> 0.10.0
This commit is contained in:
commit
fe43596495
|
@ -4,13 +4,13 @@ with lib;
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "fcct";
|
pname = "fcct";
|
||||||
version = "0.9.0";
|
version = "0.10.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "coreos";
|
owner = "coreos";
|
||||||
repo = "fcct";
|
repo = "fcct";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0kdsnsp9nzkkfwakcx64md66yz2k7cpw8bkhdv798yirbrqprgp6";
|
sha256 = "0gxaj2fy889fl5vhb4s89rhih9a65aqjsz2yffhi5z4fa2im8szv";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = null;
|
vendorSha256 = null;
|
||||||
|
|
Loading…
Reference in New Issue