Unverified Commit 1e0de26b authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

zeek: 7.2.1 -> 7.2.2 (#428800)

parents 0eee117b 76f7114f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,11 +30,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "zeek";
  version = "7.2.1";
  version = "7.2.2";

  src = fetchurl {
    url = "https://download.zeek.org/zeek-${finalAttrs.version}.tar.gz";
    hash = "sha256-nbq25TGq/HubTfAysxuVHU34xp3AkJp8yBHB20FlUC0=";
    hash = "sha256-Kx3ySPlBmaFoThxGDWTPHF5J10ccK1YvlCrF++mAWJM=";
  };

  strictDeps = true;