Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 219df0932777
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1d41c6eca747
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 4, 2019

  1. Copy the full SHA
    3413257 View commit details

Commits on Dec 7, 2019

  1. Merge pull request #74970 from StillerHarpo/monetdb

    monetdb: 11.33.11 -> 11.35.3
    c0bw3b authored Dec 7, 2019
    Copy the full SHA
    1d41c6e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/sql/monetdb/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/sql/monetdb/default.nix
Original file line number Diff line number Diff line change
@@ -3,15 +3,15 @@
}:

let
version = "11.33.11";
version = "11.35.3";
in stdenv.mkDerivation {

pname = "monetdb";
inherit version;

src = fetchurl {
url = "https://dev.monetdb.org/downloads/sources/archive/MonetDB-${version}.tar.bz2";
sha256 = "1fzgf1hplwlki6l6yvrk8an9y4jj40xzl4m5x1d8vi3xr526bzc9";
sha256 = "185v8ph8jq8im77dmm20d64nwgjzzc01kz71rh09nb6x6rgcna2x";
};

postPatch = ''