Unverified Commit 9b4d37a6 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

konstraint: 0.26.0 -> 0.27.0
parents 51c8c0f5 d943f63b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,15 +2,15 @@

buildGoModule rec {
  pname = "konstraint";
  version = "0.26.0";
  version = "0.27.0";

  src = fetchFromGitHub {
    owner = "plexsystems";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-xxNDzg+cnN6Sl8xNVgyLMPTy98r8SFjc5gQ3OT3FGwM=";
    sha256 = "sha256-8n9VDFDpadbToHeefZLsqlRMwKPxDbQtjuDiOpts3qc=";
  };
  vendorHash = "sha256-EHYsaE18C6UUX/d694hfczY054vP1xB/2Qc5PHxbra0=";
  vendorHash = "sha256-fQZNQiyDpkPqwZXGEFPsUbEK7qvTObfDeA4PbS0TxAo=";

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