Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5fbf8635e3e5
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 47f61c9d7f11
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 15, 2020

  1. openorienteering-mapper: 0.9.1 -> 0.9.2

    sikmir authored and alyssais committed Mar 15, 2020
    Copy the full SHA
    cfb5768 View commit details
  2. Copy the full SHA
    47f61c9 View commit details
Showing with 5 additions and 5 deletions.
  1. +3 −3 pkgs/applications/gis/openorienteering-mapper/default.nix
  2. +2 −2 pkgs/servers/dns/bind/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/gis/openorienteering-mapper/default.nix
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

stdenv.mkDerivation rec {
pname = "OpenOrienteering-Mapper";
version = "0.9.1";
version = "0.9.2";

buildInputs = [ gdal qtbase qttools qtlocation qtimageformats
qtsensors clipper zlib proj doxygen cups];
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
owner = "OpenOrienteering";
repo = "mapper";
rev = "v${version}";
sha256 = "1fyhvf2y89hj7wj89kxccx3dqcja6ndy3w4rx1vmzrp246jpz7wb";
sha256 = "1787f2agjzcyizk2m60icb44yv9dlwv6irw3k53fqfmwkhkd2h5p";
};

cmakeFlags =
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
OpenOrienteering Mapper is an orienteering mapmaking program
and provides a free alternative to the existing proprietary solution.
'';
homepage = https://www.openorienteering.org/apps/mapper/;
homepage = "https://www.openorienteering.org/apps/mapper/";
license = licenses.gpl3;
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ mpickering sikmir ];
4 changes: 2 additions & 2 deletions pkgs/servers/dns/bind/default.nix
Original file line number Diff line number Diff line change
@@ -10,11 +10,11 @@ assert enablePython -> python3 != null;

stdenv.mkDerivation rec {
pname = "bind";
version = "9.14.10";
version = "9.14.11";

src = fetchurl {
url = "https://ftp.isc.org/isc/bind9/${version}/${pname}-${version}.tar.gz";
sha256 = "0nkkc2phkkzwgl922xg41gx5pc5f4safabqslaw3880hwdf8vfaa";
sha256 = "1v4y9308w0gd98gjzni4cgxmh8g1s37lbnnkyhsn70xs3xki5b4c";
};

outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];