Unverified Commit a584cc6d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #230441 from r-ryantm/auto-update/konstraint

konstraint: 0.27.1 -> 0.28.0
parents 0c47637f c8309351
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@

buildGoModule rec {
  pname = "konstraint";
  version = "0.27.1";
  version = "0.28.0";

  src = fetchFromGitHub {
    owner = "plexsystems";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-Ax85ePUzwzOP0dFtNxNj7/UvoyijuCnlqZokl4rGRZk=";
    sha256 = "sha256-d5PmWhWRBch+q+4CrYMFBf/IRoEdy7CH8kEnJ0sl+AQ=";
  };
  vendorHash = "sha256-9CDond0OMnqvsLipEqnxbXZD6v/w+CJkPophBUchb7s=";
  vendorHash = "sha256-juhMRSAgvt83jF8LRefJuyPwKD392IINLOj13dBhZdQ=";

  # Exclude go within .github folder
  excludedPackages = ".github";