pim6sd: 0-unstable-2019-05-31 -> 0-unstable-2024-12-14
This commit is contained in:
parent
9acb1a35d7
commit
7278edf95b
@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user