Merge pull request #292732 from r-ryantm/auto-update/postgresqlJitPackages.pg_ivm

postgresqlJitPackages.pg_ivm: 1.7 -> 1.8

Closes https://github.com/NixOS/nixpkgs/pull/292729
Closes https://github.com/NixOS/nixpkgs/pull/292730
Closes https://github.com/NixOS/nixpkgs/pull/292731
This commit is contained in:
Mario Rodas
2024-03-02 14:31:33 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pg_ivm";
version = "1.7";
version = "1.8";
src = fetchFromGitHub {
owner = "sraoss";
repo = pname;
rev = "v${version}";
hash = "sha256-uSYhNUfd4mw7mGGAcP43X/0v/bNp6SdZjPzktGONgaQ=";
hash = "sha256-HncWX3jx9sEvxGGMMZ9QT4tDQ4JYbkNrFw2aZHgCVE8=";
};
buildInputs = [ postgresql ];