pgroll: 0.11.1 -> 0.12.0 (#406079)

This commit is contained in:
Robert Scott
2025-05-11 17:25:54 +01:00
committed by GitHub
+3 -3
View File
@@ -8,18 +8,18 @@
buildGoModule rec {
pname = "pgroll";
version = "0.11.1";
version = "0.12.0";
src = fetchFromGitHub {
owner = "xataio";
repo = "pgroll";
tag = "v${version}";
hash = "sha256-3ZA3qLAwwu0sT9R6R26GB/FF6vLxbofO5HUfPSBLcrg=";
hash = "sha256-hmFCXVlcqvOXbDkHcsWcdVoxZoMe+Gaji011kCqU0lI=";
};
proxyVendor = true;
vendorHash = "sha256-tPGqa2Sa1N+WY5iprryil1Yzx0FbbgSp4CcNc9dNWhY=";
vendorHash = "sha256-o1ei6KSZUclKqAxkzQgtLnvttzMOK1IWrpbwq7AufO8=";
excludedPackages = [ "dev" ];