mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-11 23:57:16 +00:00
monetdb: 11.49.9 -> 11.49.11
This commit is contained in:
parent
655a58a72a
commit
1dfc405d10
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "monetdb";
|
pname = "monetdb";
|
||||||
version = "11.49.9";
|
version = "11.49.11";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://dev.monetdb.org/downloads/sources/archive/MonetDB-${finalAttrs.version}.tar.bz2";
|
url = "https://dev.monetdb.org/downloads/sources/archive/MonetDB-${finalAttrs.version}.tar.bz2";
|
||||||
hash = "sha256-dN4Me9VTLHzJHIiHP2mMy84I6nCycP2nYgb/J36rJnU=";
|
hash = "sha256-tnGRNTx/SH7Yj8xvaFUxKr8af+7b8ZouU4PdmKEMkKk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ bison cmake python3 ];
|
nativeBuildInputs = [ bison cmake python3 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user