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

konstraint: 0.36.0 -> 0.37.0
This commit is contained in:
Nick Cao
2024-06-13 14:01:30 -04:00
committed by GitHub
@@ -2,15 +2,15 @@
buildGoModule rec {
pname = "konstraint";
version = "0.36.0";
version = "0.37.0";
src = fetchFromGitHub {
owner = "plexsystems";
repo = pname;
rev = "v${version}";
sha256 = "sha256-GQ79xsvlRDwrthtYgykwAJLP9rkk5iNHGelWAQzOZoA=";
sha256 = "sha256-poIXY4++nv2bCkcHdZHb0dRa5NVxsw9Vmg7nMVh1ocI=";
};
vendorHash = "sha256-EBlJCcF8UcstaD1ztaAFL4MSfBOYvpeUygzXnQbW8N8=";
vendorHash = "sha256-0V8B/w4K3r23tINDfjLAKe5wMpJ+8uiF4nCMr062pb0=";
# Exclude go within .github folder
excludedPackages = ".github";