Skip to content

Commit 7abbb80

Browse files
authored
pgroll: 0.11.1 -> 0.12.0 (#406079)
2 parents c542760 + b0414f5 commit 7abbb80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/pg/pgroll/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88

99
buildGoModule rec {
1010
pname = "pgroll";
11-
version = "0.11.1";
11+
version = "0.12.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "xataio";
1515
repo = "pgroll";
1616
tag = "v${version}";
17-
hash = "sha256-3ZA3qLAwwu0sT9R6R26GB/FF6vLxbofO5HUfPSBLcrg=";
17+
hash = "sha256-hmFCXVlcqvOXbDkHcsWcdVoxZoMe+Gaji011kCqU0lI=";
1818
};
1919

2020
proxyVendor = true;
2121

22-
vendorHash = "sha256-tPGqa2Sa1N+WY5iprryil1Yzx0FbbgSp4CcNc9dNWhY=";
22+
vendorHash = "sha256-o1ei6KSZUclKqAxkzQgtLnvttzMOK1IWrpbwq7AufO8=";
2323

2424
excludedPackages = [ "dev" ];
2525

0 commit comments

Comments
 (0)