pim6sd: 0-unstable-2019-05-31 -> 0-unstable-2024-12-14

This commit is contained in:
Martin Weinelt 2025-07-29 01:50:43 +02:00
parent 9acb1a35d7
commit 7278edf95b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "pim6sd"; pname = "pim6sd";
version = "0-unstable-2019-05-31"; version = "0-unstable-2024-12-14";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "troglobit"; owner = "troglobit";
repo = "pim6sd"; repo = "pim6sd";
rev = "fa3909529981dd705ba9ead0517222c30c581a4e"; rev = "9fd332d92af4fe8c92a70c1b6c2048ffddb0e48a";
sha256 = "0x7dyark2mp9xqz9cnmmgaf0z143vxn2835clllpji4ylg77zdjw"; hash = "sha256-iTukxjo63Smk6wX8SQsi49iNLpmxeN9JSkBZB5aBMaQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -24,12 +24,12 @@ stdenv.mkDerivation {
flex flex
]; ];
meta = with lib; { meta = {
description = "PIM for IPv6 sparse mode daemon"; description = "PIM for IPv6 sparse mode daemon";
homepage = "https://github.com/troglobit/pim6sd"; homepage = "https://github.com/troglobit/pim6sd";
license = licenses.bsd3; license = lib.licenses.bsd3;
maintainers = with maintainers; [ hexa ]; maintainers = with lib.maintainers; [ hexa ];
platforms = platforms.unix; platforms = lib.platforms.unix;
broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/pim6sd.x86_64-darwin broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/pim6sd.x86_64-darwin
}; };
} }