Merge pull request #219891 from hxtmdev/patch-1

This commit is contained in:
Sandro
2023-03-07 03:14:39 +01:00
committed by GitHub
@@ -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=";