mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
cannelloni: 1.2.0 -> 1.2.1
This commit is contained in:
parent
a035b22443
commit
79c054fa29
1 changed files with 6 additions and 6 deletions
|
@ -11,12 +11,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "cannelloni";
|
pname = "cannelloni";
|
||||||
version = "1.2.0";
|
version = "1.2.1";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mguentner";
|
owner = "mguentner";
|
||||||
repo = "cannelloni";
|
repo = "cannelloni";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-Qvmb3w0yv5BQqS/taV7BbZxjvcmWlHsdnzk00a6G1ZU=";
|
hash = "sha256-dhrB3qg/ljAP7nX+WpX+g7HaUEGj5pTPdDhY2Mi7pUo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -36,12 +36,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
passthru.updateScript = nix-update-script { };
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "SocketCAN over Ethernet tunnel";
|
description = "SocketCAN over Ethernet tunnel";
|
||||||
mainProgram = "cannelloni";
|
mainProgram = "cannelloni";
|
||||||
homepage = "https://github.com/mguentner/cannelloni";
|
homepage = "https://github.com/mguentner/cannelloni";
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
license = licenses.gpl2Only;
|
license = lib.licenses.gpl2Only;
|
||||||
maintainers = [ maintainers.samw ];
|
maintainers = [ lib.maintainers.samw ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue