lol

Merge pull request #263491 from marsam/update-plpgsql_check

postgresqlPackages.plpgsql_check: 2.5.3 -> 2.5.4

authored by

Mario Rodas and committed by
GitHub
63678e9f e1c715fa

+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.5.3"; 5 + version = "2.5.4"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "okbob"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-IR1x1duROt3IHYQx8CYXqUxTmFgB1sbia93k3oBfEkw="; 11 + hash = "sha256-fahL+8aq4rUGYgEq6ri5wzVprDqvMmZCNkxwKtcPO68="; 12 12 }; 13 13 14 14 buildInputs = [ postgresql ];