Unverified Commit 8119ccf4 authored by Daniel Höxtermann's avatar Daniel Höxtermann Committed by GitHub
Browse files

conform: 0.1.0-alpha.26 -> 0.1.0-alpha.27

parent a9698bbe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "conform";
  version = "0.1.0-alpha.26";
  version = "0.1.0-alpha.27";

  src = fetchFromGitHub {
    owner = "siderolabs";
    repo = "conform";
    rev = "v${version}";
    sha256 = "sha256-+VOwQE2uhoQ4sSXa/SVbyjLn9An08D4GQHxxDRRuXks=";
    sha256 = "sha256-lIXkflWQcUcmRDX9iSszFLKpI8nSgkCCB2+GQn07+DM=";
  };
  vendorSha256 = "sha256-Oigt7tAK4jhBQtfG1wdLHqi11NWu6uJn5fmuqTmR76E=";