We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d8fe40 commit b0414f5Copy full SHA for b0414f5
pkgs/by-name/pg/pgroll/package.nix
@@ -8,18 +8,18 @@
8
9
buildGoModule rec {
10
pname = "pgroll";
11
- version = "0.11.1";
+ version = "0.12.0";
12
13
src = fetchFromGitHub {
14
owner = "xataio";
15
repo = "pgroll";
16
tag = "v${version}";
17
- hash = "sha256-3ZA3qLAwwu0sT9R6R26GB/FF6vLxbofO5HUfPSBLcrg=";
+ hash = "sha256-hmFCXVlcqvOXbDkHcsWcdVoxZoMe+Gaji011kCqU0lI=";
18
};
19
20
proxyVendor = true;
21
22
- vendorHash = "sha256-tPGqa2Sa1N+WY5iprryil1Yzx0FbbgSp4CcNc9dNWhY=";
+ vendorHash = "sha256-o1ei6KSZUclKqAxkzQgtLnvttzMOK1IWrpbwq7AufO8=";
23
24
excludedPackages = [ "dev" ];
25
0 commit comments