postgresql11Packages.plpgsql_check: 2.0.6 -> 2.1.0

This commit is contained in:
R. Ryantm 2022-01-01 22:20:04 +00:00
parent 796af3ddba
commit 0d92b8ae4e

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "plpgsql_check";
version = "2.0.6";
version = "2.1.0";
src = fetchFromGitHub {
owner = "okbob";
repo = pname;
rev = "v${version}";
sha256 = "sha256-M/kvfGhB2s8TvmpL7KihorVTOfwp7HmKka4IAgnIQ6M=";
sha256 = "sha256-T6bg+yeG/xtpqJqZnR5Dt/3P/O6Mv7nkSc3wYAftmIk=";
};
buildInputs = [ postgresql ];