konstraint: 0.23.0 -> 0.24.0

This commit is contained in:
R. Ryantm 2022-10-20 11:45:40 +00:00
parent 260eb420a2
commit fe40d0bfb5

View file

@ -2,15 +2,15 @@
buildGoModule rec {
pname = "konstraint";
version = "0.23.0";
version = "0.24.0";
src = fetchFromGitHub {
owner = "plexsystems";
repo = pname;
rev = "v${version}";
sha256 = "sha256-gnekNEROOpyDDJpV2ZS9+g7oHVUcQKEHj7yPL+8V51s=";
sha256 = "sha256-mNritx2YY6x5lwnOWrraHzddRZqEySDOWGOqdmqUyIs=";
};
vendorSha256 = "sha256-D1QS97yUhCH2BI/HDxNaREf/XI6/iVF9lZRnWQY5so8=";
vendorSha256 = "sha256-pqGayeo4JkleZaoZfZW6agbMrK+57tYriKCWXGveoUs=";
# Exclude go within .github folder
excludedPackages = ".github";