mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
postgresqlPackages.apache_datasketches: modernize
This commit is contained in:
parent
3a0a1704d3
commit
569b0d15e4
1 changed files with 7 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
stdenv,
|
|
||||||
lib,
|
|
||||||
fetchFromGitHub,
|
|
||||||
postgresql,
|
|
||||||
boost186,
|
boost186,
|
||||||
postgresqlTestExtension,
|
|
||||||
buildPostgresqlExtension,
|
buildPostgresqlExtension,
|
||||||
|
fetchFromGitHub,
|
||||||
|
lib,
|
||||||
|
postgresql,
|
||||||
|
postgresqlTestExtension,
|
||||||
|
stdenv,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -15,7 +15,7 @@ let
|
||||||
name = "datasketches-postgresql";
|
name = "datasketches-postgresql";
|
||||||
owner = "apache";
|
owner = "apache";
|
||||||
repo = "datasketches-postgresql";
|
repo = "datasketches-postgresql";
|
||||||
rev = "refs/tags/${version}";
|
tag = version;
|
||||||
hash = "sha256-W41uAs3W4V7c9O/wBw3rut65bcmY8EdQS1/tPszMGqA=";
|
hash = "sha256-W41uAs3W4V7c9O/wBw3rut65bcmY8EdQS1/tPszMGqA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ let
|
||||||
name = "datasketches-cpp";
|
name = "datasketches-cpp";
|
||||||
owner = "apache";
|
owner = "apache";
|
||||||
repo = "datasketches-cpp";
|
repo = "datasketches-cpp";
|
||||||
rev = "refs/tags/5.0.2";
|
tag = "5.0.2";
|
||||||
hash = "sha256-yGk1OckYipAgLTQK6w6p6EdHMxBIQSjPV/MMND3cDks=";
|
hash = "sha256-yGk1OckYipAgLTQK6w6p6EdHMxBIQSjPV/MMND3cDks=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue