ent-go: 0.13.1 -> 0.14.0

This commit is contained in:
R. Ryantm 2024-08-09 23:44:54 +00:00
parent 410777e6e8
commit 7a1072944f

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ent-go";
version = "0.13.1";
version = "0.14.0";
src = fetchFromGitHub {
owner = "ent";
repo = "ent";
rev = "v${version}";
sha256 = "sha256-OEQWNWGVs0QYhPuCGEFgAVaUnfswmvWVt+e0cAdkBKE=";
sha256 = "sha256-Jq5txpjv2JxypOXYA8JKT0CNMIaJksMUIdnbwflVMZA=";
};
vendorHash = "sha256-9KdSGIyi95EVQq9jGoVqK8aq3JXlQXB+Qwlh/Kfz4Oc=";