pgroll: 0.12.0 -> 0.13.0

This commit is contained in:
R. Ryantm
2025-05-27 13:09:36 +00:00
parent 3f62a1ca1a
commit c7f86ba132
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "pgroll";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "xataio";
repo = "pgroll";
tag = "v${version}";
hash = "sha256-hmFCXVlcqvOXbDkHcsWcdVoxZoMe+Gaji011kCqU0lI=";
hash = "sha256-mueZ2x7yB9jrmyCI2Doox4rLUDUhwqvUUcotDvcLqvo=";
};
proxyVendor = true;