postgresqlPackages.periods: 1.2.1 -> 1.2.2

Diff: https://github.com/xocolatl/periods/compare/v1.2.1...v1.2.2
This commit is contained in:
Mario Rodas 2023-09-10 04:20:00 +00:00
parent d2031e8c2e
commit 172dd925f5

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "periods";
version = "1.2.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = "xocolatl";
repo = pname;
rev = "v${version}";
sha256 = "sha256-XAqjP8Cih+HzqlI8XjgCNzSVQSbaetLRvJReiwHdaIc=";
sha256 = "sha256-ezt+MtDqPM8OmJCD6oQTS644l+XHZoxuivq0PUIXOY8=";
};
buildInputs = [ postgresql ];