File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
pkgs/by-name/ca/cannelloni Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111
1212stdenv . 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} )
You can’t perform that action at this time.
0 commit comments