Merge pull request #300384 from r-ryantm/auto-update/postgresql12JitPackages.plpgsql_check
postgresql12JitPackages.plpgsql_check: 2.7.4 -> 2.7.5 Closes https://github.com/NixOS/nixpkgs/pull/300385 Closes https://github.com/NixOS/nixpkgs/pull/300387 Closes https://github.com/NixOS/nixpkgs/pull/300388 Closes https://github.com/NixOS/nixpkgs/pull/300389 Closes https://github.com/NixOS/nixpkgs/pull/300390 Closes https://github.com/NixOS/nixpkgs/pull/300391 Closes https://github.com/NixOS/nixpkgs/pull/300392 Closes https://github.com/NixOS/nixpkgs/pull/300393 Closes https://github.com/NixOS/nixpkgs/pull/300394
This commit is contained in:
commit
cd1c70d941
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "plpgsql-check";
|
||||
version = "2.7.4";
|
||||
version = "2.7.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "okbob";
|
||||
repo = "plpgsql_check";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-qPYH6i8XJZVH+5zM/gozf+0Kts/Tzv6fRWkayGEe+5U=";
|
||||
hash = "sha256-CD/G/wX6o+mC6gowlpFe1DdJWyh3cB9wxSsW2GXrENE=";
|
||||
};
|
||||
|
||||
buildInputs = [ postgresql ];
|
||||
|
Loading…
Reference in New Issue
Block a user