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 {
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
};
}