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

odhcp6c: 0-unstable-2025-02-06 -> 0-unstable-2025-10-03 (#449341)

parents 1078c468 29f94a72
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

stdenv.mkDerivation {
  pname = "odhcp6c";
  version = "0-unstable-2025-02-06";
  version = "0-unstable-2025-10-03";

  src = fetchgit {
    url = "https://git.openwrt.org/project/odhcp6c.git";
    rev = "8aa8b706727a6a6a841be42ef35a629ed635db3e";
    hash = "sha256-cFDiT8EC8/2yuLM6dTWTzwxSbFpc7zuUKx2SHbR4PfQ=";
    rev = "96d9e0b6e81330c61c954c6bc73a2302276fcda1";
    hash = "sha256-EhkzSKf1t4MrGCN5oC1h0QJiY9w8VhMsa/jor4lEvD4=";
  };

  nativeBuildInputs = [ cmake ];