Merge pull request #206792 from r-ryantm/auto-update/plpgsql_check

postgresql11Packages.plpgsql_check: 2.2.4 -> 2.2.5

authored by

Mario Rodas and committed by
GitHub
61218848 6786f7e9

+2 -2
+2 -2
pkgs/servers/sql/postgresql/ext/plpgsql_check.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "plpgsql_check"; 5 - version = "2.2.4"; 5 + version = "2.2.6"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "okbob"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-YUJLh1IgOOnNxPrH8NaY3jGEV+4mTjRffooIANkbbFo="; 11 + hash = "sha256-8HFyIzJ1iF3K2vTlibFallvkMKjFTJ2DO64fORToD8E="; 12 12 }; 13 13 14 14 buildInputs = [ postgresql ];