Unverified Commit 170bd157 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

pim6sd: 0-unstable-2019-05-31 -> 0-unstable-2024-12-14 (#429220)

parents 5565644f 7278edf9
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation {
  pname = "pim6sd";
  version = "0-unstable-2019-05-31";
  version = "0-unstable-2024-12-14";

  src = fetchFromGitHub {
    owner = "troglobit";
    repo = "pim6sd";
    rev = "fa3909529981dd705ba9ead0517222c30c581a4e";
    sha256 = "0x7dyark2mp9xqz9cnmmgaf0z143vxn2835clllpji4ylg77zdjw";
    rev = "9fd332d92af4fe8c92a70c1b6c2048ffddb0e48a";
    hash = "sha256-iTukxjo63Smk6wX8SQsi49iNLpmxeN9JSkBZB5aBMaQ=";
  };

  nativeBuildInputs = [
@@ -24,12 +24,12 @@ stdenv.mkDerivation {
    flex
  ];

  meta = with lib; {
  meta = {
    description = "PIM for IPv6 sparse mode daemon";
    homepage = "https://github.com/troglobit/pim6sd";
    license = licenses.bsd3;
    maintainers = with maintainers; [ hexa ];
    platforms = platforms.unix;
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [ hexa ];
    platforms = lib.platforms.unix;
    broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/pim6sd.x86_64-darwin
  };
}