mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
monetdb: 11.51.7 -> 11.53.3
This commit is contained in:
parent
0c4525d285
commit
8b0b428892
1 changed files with 3 additions and 4 deletions
|
@ -13,11 +13,11 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "monetdb";
|
||||
version = "11.51.7";
|
||||
version = "11.53.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://dev.monetdb.org/downloads/sources/archive/MonetDB-${finalAttrs.version}.tar.bz2";
|
||||
hash = "sha256-lWURVG+5NSWBTxXC5slYSedMZC1Z/HGfzZ43tR7z4dE=";
|
||||
hash = "sha256-8q8Q3b7D6BR+UMmcu4T5y+Xtwmr1URHc0Cq97tfDD6I=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -45,8 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
$out/bin/Mz.py \
|
||||
$out/bin/Mtest.py \
|
||||
$out/bin/sqlsample.pl \
|
||||
$out/bin/malsample.pl \
|
||||
$out/bin/Mconvert.py
|
||||
$out/bin/malsample.pl
|
||||
'';
|
||||
|
||||
passthru.tests = { inherit (nixosTests) monetdb; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue