Skip to content

Commit

Permalink
fedora-coreos-config-transpiler: 0.7.0 -> 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2020
1 parent 0081f50 commit 8d041d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ with lib;

buildGoModule rec {
pname = "fcct";
version = "0.7.0";
version = "0.8.0";

src = fetchFromGitHub {
owner = "coreos";
repo = "fcct";
rev = "v${version}";
sha256 = "1ffjn0l38szpkgd11mfaiynf9n8ljndv122l8amwiwp5mrh3hsl6";
sha256 = "0w3vhfjpmpahb08fp6czixhlqhk6izglmwdpj2l19ksz8fc8aq54";
};

vendorSha256 = null;
Expand Down

0 comments on commit 8d041d0

Please sign in to comment.