mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
postgresqlPackages.citus: 12.1.0 -> 12.1.1
Diff: https://github.com/citusdata/citus/compare/v12.1.0...v12.1.1 Changelog: https://github.com/citusdata/citus/blob/v12.1.1/CHANGELOG.md
This commit is contained in:
parent
630cc6b1ca
commit
4ae596f549
@ -8,13 +8,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "citus";
|
||||
version = "12.1.0";
|
||||
version = "12.1.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "citusdata";
|
||||
repo = "citus";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-ypuinDOHvgjRdbnTTFBpALy6rIR3rrP00JDvlHtmCTk=";
|
||||
hash = "sha256-g2/PJ4H5N7XA0yWiT6GbgCRh8mBDAfNhW9hx8r3X1Cs=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user