Merge pull request #274261 from r-ryantm/auto-update/ent-go

ent-go: 0.12.3 -> 0.12.5
This commit is contained in:
Weijia Wang 2024-01-03 16:37:08 +01:00 committed by GitHub
commit 6f51c1f405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ent-go";
version = "0.12.3";
version = "0.12.5";
src = fetchFromGitHub {
owner = "ent";
repo = "ent";
rev = "v${version}";
sha256 = "sha256-ryOpaRQi30NPDNe9rUmW+fEqWSKWEsvHl/Bd1+i88y4=";
sha256 = "sha256-g4n9cOTv/35WkvMjrtP2eEcbiu5kiafVXifz1zlEuCY=";
};
vendorHash = "sha256-67+4r4ByVS0LgfL7eUOdEoQ+CMRzqNjPgkq3dNfNwBY=";
vendorHash = "sha256-DUi4Ik+qFbx4LIm9MDJ4H9/+sIfCzK8MMGKp0GIGX7w=";
subPackages = [ "cmd/ent" ];