Skip to content

Commit

Permalink
Merge pull request NixOS#151073 from mweinelt/kea
Browse files Browse the repository at this point in the history
kea: 2.0.0 -> 2.0.1
  • Loading branch information
fpletz authored Dec 17, 2021
2 parents f4f70b4 + 084e883 commit a45853b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/kea/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

stdenv.mkDerivation rec {
pname = "kea";
version = "2.0.0"; # only even minor versions are stable
version = "2.0.1"; # only even minor versions are stable

src = fetchurl {
url = "https://ftp.isc.org/isc/${pname}/${version}/${pname}-${version}.tar.gz";
sha256 = "sha256-BYVODDhxtFLtrOGOzMarYYlA4CSfvnwjKjbQauWb9B0=";
sha256 = "sha256-9Qu5qVTjFDFrQDOhddyAdJa7nBdUEQvZKiHBZanoTFc=";
};

patches = [ ./dont-create-var.patch ];
Expand Down

0 comments on commit a45853b

Please sign in to comment.