pgroll: 0.11.0 -> 0.11.1

This commit is contained in:
R. Ryantm
2025-04-18 05:17:05 +00:00
parent 7650c61104
commit 156ed22c41
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "pgroll";
version = "0.11.0";
version = "0.11.1";
src = fetchFromGitHub {
owner = "xataio";
repo = "pgroll";
tag = "v${version}";
hash = "sha256-XjjoyJZVy/Zjac35enaBRCWU92YA9xFzFRhlsR8G9Bg=";
hash = "sha256-3ZA3qLAwwu0sT9R6R26GB/FF6vLxbofO5HUfPSBLcrg=";
};
proxyVendor = true;