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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user