Merge pull request #291803 from r-ryantm/auto-update/postgresqlJitPackages.plpgsql_check
postgresqlJitPackages.plpgsql_check: 2.7.2 -> 2.7.3 Closes https://github.com/NixOS/nixpkgs/pull/291800 Closes https://github.com/NixOS/nixpkgs/pull/291799 Closes https://github.com/NixOS/nixpkgs/pull/291801 Closes https://github.com/NixOS/nixpkgs/pull/291802 Closes https://github.com/NixOS/nixpkgs/pull/291804 Closes https://github.com/NixOS/nixpkgs/pull/291805
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "plpgsql-check";
|
||||
version = "2.7.2";
|
||||
version = "2.7.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "okbob";
|
||||
repo = "plpgsql_check";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-7CHKcUpqEXJ+z0OcxrEpYHaO/zUtRbCXa8LgL+/roSg=";
|
||||
hash = "sha256-VFM8SplBGlJd2RfUgS0FLH+xkyLOCVY2jaK6mn878CQ=";
|
||||
};
|
||||
|
||||
buildInputs = [ postgresql ];
|
||||
|
||||
Reference in New Issue
Block a user