Skip to content

Commit

Permalink
Merge pull request NixOS#270856 from trofi/kea-update
Browse files Browse the repository at this point in the history
kea: 2.4.0 -> 2.4.1
  • Loading branch information
mweinelt authored Nov 29, 2023
2 parents af69bf3 + c687a12 commit e92039b
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 @@ -23,11 +23,11 @@

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

src = fetchurl {
url = "https://ftp.isc.org/isc/${pname}/${version}/${pname}-${version}.tar.gz";
hash = "sha256-OjPNCNwzGf9UTmu/LAQpBCEG9AUevhFdwbsmJclQA/c=";
hash = "sha256-gVxh9cJxyqSh2zHdZW61Cn9uqXPaNpD3yFgUCOGAExo=";
};

patches = [
Expand Down

0 comments on commit e92039b

Please sign in to comment.