pgroll: 0.10.0 -> 0.11.0

This commit is contained in:
R. Ryantm
2025-04-08 19:06:20 +00:00
parent 0f8029409e
commit df7c31835e
+3 -3
View File
@@ -8,18 +8,18 @@
buildGoModule rec {
pname = "pgroll";
version = "0.10.0";
version = "0.11.0";
src = fetchFromGitHub {
owner = "xataio";
repo = "pgroll";
tag = "v${version}";
hash = "sha256-AJ0dTvywbwwSHOwSPrAgTE9M1AMvo/GRj6L1dZM9Hz8=";
hash = "sha256-XjjoyJZVy/Zjac35enaBRCWU92YA9xFzFRhlsR8G9Bg=";
};
proxyVendor = true;
vendorHash = "sha256-olblf/mi/M9Zo4C/fR/Z11C+bAEFOy7bz7EXfMn8Akw=";
vendorHash = "sha256-tPGqa2Sa1N+WY5iprryil1Yzx0FbbgSp4CcNc9dNWhY=";
excludedPackages = [ "dev" ];