postgresql15Packages.periods: 1.2 -> 1.2.1

https://github.com/xocolatl/periods/releases/tag/v1.2.1
This commit is contained in:
Mario Rodas 2022-10-14 04:20:00 +00:00
parent 972f78b6fb
commit f0456a97b4

View file

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