Skip to content

Commit 79c054f

Browse files
committed
cannelloni: 1.2.0 -> 1.2.1
1 parent a035b22 commit 79c054f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgs/by-name/ca/cannelloni/package.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "cannelloni";
14-
version = "1.2.0";
14+
version = "1.2.1";
1515
src = fetchFromGitHub {
1616
owner = "mguentner";
1717
repo = "cannelloni";
1818
tag = "v${finalAttrs.version}";
19-
hash = "sha256-Qvmb3w0yv5BQqS/taV7BbZxjvcmWlHsdnzk00a6G1ZU=";
19+
hash = "sha256-dhrB3qg/ljAP7nX+WpX+g7HaUEGj5pTPdDhY2Mi7pUo=";
2020
};
2121

2222
nativeBuildInputs = [
@@ -36,12 +36,12 @@ stdenv.mkDerivation (finalAttrs: {
3636

3737
passthru.updateScript = nix-update-script { };
3838

39-
meta = with lib; {
39+
meta = {
4040
description = "SocketCAN over Ethernet tunnel";
4141
mainProgram = "cannelloni";
4242
homepage = "https://github.com/mguentner/cannelloni";
43-
platforms = platforms.linux;
44-
license = licenses.gpl2Only;
45-
maintainers = [ maintainers.samw ];
43+
platforms = lib.platforms.linux;
44+
license = lib.licenses.gpl2Only;
45+
maintainers = [ lib.maintainers.samw ];
4646
};
4747
})

0 commit comments

Comments
 (0)